27 lines
928 B
Makefile
27 lines
928 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/12/09 14:17:45 obache Exp $
|
|
|
|
DISTNAME= Module-Build-Tiny-0.030
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Build-Tiny/
|
|
COMMENT= 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+= {perl>=5,p5-Test-Harness>=0}:../../devel/p5-Test-Harness
|
|
|
|
USE_LANGUAGES= c # For the tests
|
|
#BUILDING_MODULE_BUILD= yes
|
|
PERL5_MODULE_TYPE= Module::Build # it's a bundled Tiny - but we can lie
|
|
PERL5_PACKLIST= auto/Module/Build/Tiny/.packlist
|
|
# For the tests:
|
|
USE_TOOLS+= perl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|