File: Makefile.PL

package info (click to toggle)
libnet-smtp-server-perl 1.1-3%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 96 kB
  • ctags: 27
  • sloc: perl: 250; makefile: 50
file content (9 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

WriteMakefile(
    'AUTHOR'	=> 'MacGyver (aka Habeeb J. Dihu) <macgyver@tos.net>',
    'ABSTRACT'	=> 'A native SMTP Server implementation for Perl',
    'NAME'	=> 'Net::SMTP::Server',
    'VERSION_FROM' => 'Server.pm', # finds $VERSION

);