pkgsrc/devel/p5-ExtUtils-ModuleMaker/Makefile
wen f758a595f5 Update to 0.62
Upstream changes:
0.62    May 15, 2018
Update content of generated Makefile.PL to include META_MERGE where the
system's ExtUtils::MakeMaker is new enough to accommodate that element.  While
this is a step on the road to a "git-ready" module, this does not amount to a
change in effective functionality.

0.61    May 14, 2018
Update content of MANIFEST.SKIP (when INCLUDE_MANIFEST_SKIP is set to true
value) to reflect contemporary best practices (e.g., account for Travis and
AppVeyor configuration files).
2018-05-20 11:08:06 +00:00

25 lines
926 B
Makefile

# $NetBSD: Makefile,v 1.19 2018/05/20 11:08:06 wen Exp $
DISTNAME= ExtUtils-ModuleMaker-0.62
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ModuleMaker/
COMMENT= Perl extension for creating modules (better than h2xs)
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
DEPENDS+= p5-File-Path>=2.15:../../devel/p5-File-Path
DEPENDS+= p5-File-Copy-Recursive-Reduced-[0-9]*:../../sysutils/p5-File-Copy-Recursive-Reduced
# TEST_DEPENDS
BUILD_DEPENDS+= p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture
BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
PERL5_PACKLIST= auto/ExtUtils/ModuleMaker/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"