File: Makefile.PL

package info (click to toggle)
libmail-pop3client-perl 2.16-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 100 kB
  • ctags: 60
  • sloc: perl: 748; makefile: 43
file content (13 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile
  (
   'NAME'	=> 'Mail::POP3Client',
   'DISTNAME'   => "Mail-POP3Client",
   'VERSION_FROM' => 'POP3Client.pm', # finds $VERSION
   'dist' => {
	      COMPRESS => "gzip -9f",
	      SUFFIX => "gz",
	     }
  );