Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,29 +1,30 @@
# $NetBSD: Makefile,v 1.37 2013/05/31 12:40:30 wiz Exp $
# $NetBSD: Makefile,v 1.38 2014/02/16 18:02:35 sno Exp $
#
DISTNAME= Module-Build-0.4004
DISTNAME= Module-Build-0.4205
PKGNAME= p5-${DISTNAME}0
PKGREVISION= 1
SVR4_PKGNAME= p5mob
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Build/
HOMEPAGE= https://metacpan.org/release/Module-Build
COMMENT= Build and install Perl modules
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.27}:../../devel/p5-ExtUtils-CBuilder
DEPENDS+= {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.21}:../../devel/p5-ExtUtils-ParseXS
DEPENDS+= {perl>=5.10.1,p5-PathTools>=3.30}:../../devel/p5-PathTools
#DEPENDS+= p5-ExtUtils-CBuilder>=0.27:../../devel/p5-ExtUtils-CBuilder
#DEPENDS+= p5-ExtUtils-ParseXS>=2.21:../../devel/p5-ExtUtils-ParseXS
.include "options.mk"
USE_LANGUAGES= c # For the tests
USE_LANGUAGES= c # For the tests
#BUILDING_MODULE_BUILD= yes
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Module/Build/.packlist
# For the tests:
USE_TOOLS+= perl
USE_TOOLS+= perl
PERL5_PACKLIST= auto/Module/Build/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"