File: Makefile.PL

package info (click to toggle)
libnet-write-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 144 kB
  • ctags: 33
  • sloc: perl: 438; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# $Id: Makefile.PL 1636 2009-06-10 18:38:24Z gomor $
#
use ExtUtils::MakeMaker;

WriteMakefile(
   NAME          => 'Net::Write',
   LICENSE       => 'artistic',
   VERSION_FROM  => 'lib/Net/Write.pm',
   ABSTRACT_FROM => 'lib/Net/Write.pm',
   PREREQ_PM     => {
      Class::Gomor => 0,
      Socket6      => 0,
      Net::Pcap    => '0.12',
   },
   AUTHOR        => 'GomoR <gomor-cpan_at_gomor.org>',
);