File: Makefile.PL

package info (click to toggle)
libnet-sip-perl 0.46-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 720 kB
  • ctags: 328
  • sloc: perl: 7,312; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
require 5.008;
WriteMakefile(
	NAME => 'Net::SIP',
	VERSION_FROM => 'lib/Net/SIP.pm',
	PREREQ_PM => {
		'Net::DNS' => 0.56,
	},
);