Files
pkgsrc-ng/devel/p5-Module-Build/Makefile
2016-01-21 23:41:46 +01:00

35 lines
1.0 KiB
Makefile

# $NetBSD: Makefile,v 1.47 2015/06/12 10:49:25 wiz Exp $
DISTNAME= Module-Build-0.4212
PKGNAME= p5-${DISTNAME}0
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Module-Build
COMMENT= Build and install Perl modules
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= p5-ExtUtils-CBuilder>=0.27:../../devel/p5-ExtUtils-CBuilder
#DEPENDS+= p5-ExtUtils-ParseXS>=2.21:../../devel/p5-ExtUtils-ParseXS
# needed for tests
BUILD_DEPENDS+= p5-CPAN-Meta>=2.141170:../../devel/p5-CPAN-Meta
# one test not skipped if,
# (but getting cyclic dependency if enabled as BUILD_DEPENDS)
#DEPENDS+= p5-PAR-Dist-[0-9]*:../../devel/p5-PAR-Dist
.include "options.mk"
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
PERL5_PACKLIST= auto/Module/Build/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"