making this package installable again). Dist fixes: * Removed redundant File::Spec check from Makefile.PL Bug fixes: * Resolve another regression related to not recursing into distdirs * Work-around v5.10.1 for the MIN_PERL_VERSION v-string handling * Make MIN_PERL_VERSION handle v-strings properly * Resolved a regression in MM_Unix.pm (https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/96) * Libraries are not transitive on Android Test fixes: * Make meta tests more robust to changes in CPAN::Meta Not a leaf, but this update should fix a handful of depending packages.
17 lines
492 B
Makefile
17 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.30 2014/06/25 22:13:47 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= ExtUtils-MakeMaker-6.98
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BINGOS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/ExtUtils-MakeMaker
|
|
COMMENT= Create a module Makefile
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/ExtUtils/MakeMaker/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|