~ubuntu-branches/ubuntu/edgy/net-dns-fingerprint/edgy

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 => "*~" },
);