0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
23 lines
693 B
Makefile
23 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.17 2015/06/12 10:49:11 wiz Exp $
|
|
|
|
DISTNAME= ExtUtils-AutoInstall-0.63
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
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"
|