cbfdeba7cb
devel/p5-Module-Pluggable from 4.8 to 5.1 Upstream changes: 2014-01-05 - 5.1 Add in missing files left out of the MANIFEST due to stupidity (thanks to Petr Pisar) 2013-12-20 - 5.0 Gain support for @INC hooks and hence for App::FatPacker (thanks to Diab Jerius) 2013-10-22 - 4.9 Fix the fact that we can't handle single letter package names (thanks sbaynes)
23 lines
656 B
Makefile
23 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.21 2014/02/16 10:44:45 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Module-Pluggable-5.1
|
|
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"
|