7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
20 lines
560 B
Makefile
20 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/05/29 23:36:11 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Params-Coerce-0.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
CATEGORIES= devel perl5 net
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Params-Coerce/
|
|
COMMENT= Perl 5 module allowing classes to do coercion of parameters
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Params/Coerce/.packlist
|
|
|
|
DEPENDS+= p5-Params-Util>=0.05:../../devel/p5-Params-Util
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|