c5400a8295
devel/p5-Module-Pluggable from 4.3nb2 to 4.8 Upstream changes: 2013-05-27 - 4.8 Fix some typos (David Steinbrunner) Fix error in testing when Text::BibTex is installed (thanks to Andreas Koenig) 2013-02-25 - 4.7 Fix more hash ordering bugs in tests by forcing sort of returned plugins (Yves Orton) 2013-01-23 - 4.6 Add warning about future removal from core 2012-11-05 - 4.5 Fix docs Fix problem with PAUSE upload 2012-11-05 - 4.4 Fix hash ordering bug in tests (Yves Orton) Fix install dir (Tatsuhiko Miyagawa)
23 lines
656 B
Makefile
23 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.20 2013/07/03 13:28:31 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Module-Pluggable-4.8
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mpl
|
|
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
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -type f -name "*.pm" -print | ${XARGS} ${CHMOD} -x
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|