summaryrefslogtreecommitdiff
path: root/pkgtools/p5-pkgsrc-Dewey/files/Makefile.PL
blob: 7669834283fef99bc6ae52eb27f8b111573ea29a (plain)
1
2
3
4
5
6
7
8
9
use 5.008007;
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME              => 'pkgsrc::Dewey',
    VERSION_FROM      => 'Dewey.pm', # finds $VERSION
    INC               => '-I.',
    OBJECT            => '$(O_FILES)', # link all the C files too
    LIBS              => "$ENV{LDFLAGS} $ENV{LIBS}", # for -lnbcompat
);