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.
25 lines
904 B
Makefile
25 lines
904 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/05/29 23:35:37 wiz Exp $
|
|
|
|
DISTNAME= Acme-PlayCode-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Acme/}
|
|
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SARTAK/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Acme-PlayCode/
|
|
COMMENT= Perl5 module for code transforming to avoid typical typing mistakes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
DEPENDS+= p5-Moose>=0.57:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Object-Pluggable>=0.0008:../../devel/p5-MooseX-Object-Pluggable
|
|
DEPENDS+= p5-PPI>=1.201:../../devel/p5-PPI
|
|
DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
|
|
|
|
PERL5_PACKLIST= auto/Acme/PlayCode/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|