pkgsrc/devel/p5-Module-Pluggable/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

24 lines
674 B
Makefile

# $NetBSD: Makefile,v 1.18 2013/04/06 03:45:11 rodent Exp $
#
DISTNAME= Module-Pluggable-4.3
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"