d127f16989
Upstream changes: 2015-08-05 - 5.2 Use Module::Runtime if it's installed (thanks to Olivier Mengu茅) Switch to using ExtUtils::MakeMaker (thanks to Karen Etheridge and Tim Orling)
21 lines
603 B
Makefile
21 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.25 2015/08/06 23:51:11 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Module-Pluggable-5.2
|
|
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-Pluggable/
|
|
COMMENT= Automatically adds the ability to have plugins to modules
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Module/Pluggable/.packlist
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -type f -name "*.pm" -print | ${XARGS} ${CHMOD} -x
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|