File: Makefile.PL

package info (click to toggle)
libfax-hylafax-client-perl 1.02-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 152 kB
  • sloc: perl: 886; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;

WriteMakefile(
	'NAME'		=> 'Fax::Hylafax::Client',
	'VERSION_FROM'	=> 'Client.pm',
	'PREREQ_PM'	=> { 'Net::FTP' => 2.65 },
	($] >= 5.005 ? (ABSTRACT_FROM => 'Client.pm', AUTHOR => 'Alex Rak <arak@cpan.org>') : ()),
);