pkgsrc/devel/p5-ExtUtils-AutoInstall/Makefile
mef 7dd4820501 Updated devel/p5-ExtUtils-AutoInstall to 0.64
---------------------------------------------
== Changes for 0.64 - September 12, 2016
* Applied patch: https://rt.cpan.org/Public/Bug/Display.html?id=113923#txn-1619691
2016-09-15 13:12:26 +00:00

22 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.19 2016/09/15 13:12:26 mef Exp $
DISTNAME= ExtUtils-AutoInstall-0.64
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-AutoInstall/
COMMENT= Lets Makefile.PL automatically install dependencies
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Sort-Versions>=1.2:../../devel/p5-Sort-Versions
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
PERL5_PACKLIST= auto/ExtUtils/AutoInstall/.packlist
# getting infinite loop
TEST_TARGET?= # empty = means make test fails
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"