File: Makefile.PL

package info (click to toggle)
libnet-tftp-perl 0.16-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 60 kB
  • ctags: 38
  • sloc: perl: 519; makefile: 48
file content (12 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# This -*- perl -*- script makes the Makefile
# $Id: //depot/asn/Makefile.PL#5 $

use 5.005;
use ExtUtils::MakeMaker;

WriteMakefile(
  VERSION_FROM  => 'TFTP.pm',
  NAME          => 'Net::TFTP',
);