File: Makefile.PL

package info (click to toggle)
net-dns-fingerprint 0.9.3-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 244 kB
  • sloc: perl: 731; makefile: 64
file content (13 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile.PL,v 1.4 2005/03/04 14:17:46 jakob Exp $

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME' => 'Net::DNS::Fingerprint',
    'VERSION_FROM' => 'Fingerprint.pm',
    'PREREQ_PM' => { Net::DNS => 0.42 },
    'EXE_FILES' => [ "apps/fpdns" ],
    'NO_META' => 1,
    'SIGN' => 1,
    clean => { FILES => "*~" },
);