d7fdc1a178
0.55 January 03, 2016 Prodded by Chris Kirke during the CPAN Pull Request Challenge, standardized $VERSION numbers and release dates across all files. No changes in functionality or tests.
19 lines
631 B
Makefile
19 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.13 2016/04/10 05:33:38 mef Exp $
|
|
|
|
DISTNAME= ExtUtils-ModuleMaker-0.55
|
|
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-Save-Home>=0.03:../../devel/p5-File-Save-Home
|
|
BUILD_DEPENDS+= p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture
|
|
|
|
PERL5_PACKLIST= auto/ExtUtils/ModuleMaker/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|