pkgsrc/devel/p5-Module-Build-Tiny/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

31 lines
1,019 B
Makefile

# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:26 wiz Exp $
#
DISTNAME= Module-Build-Tiny-0.039
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Module-Build-Tiny
COMMENT= Tiny replacement for Module::Build to build and install Perl modules
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-ExtUtils-Config>=0.003:../../devel/p5-ExtUtils-Config
DEPENDS+= p5-ExtUtils-Helpers>=0.020:../../devel/p5-ExtUtils-Helpers
DEPENDS+= p5-ExtUtils-InstallPaths>=0.002:../../devel/p5-ExtUtils-InstallPaths
BUILD_DEPENDS+= p5-Test-Harness>=3.30:../../devel/p5-Test-Harness
USE_LANGUAGES= c # For the tests
#BUILDING_MODULE_BUILD= yes
PERL5_MODULE_TYPE= Module::Build::Tiny
PERL5_PACKLIST= auto/Module/Build/Tiny/.packlist
# For the tests:
USE_TOOLS+= perl
PERL5_PACKLIST= auto/Module/Build/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"