pkgsrc/editors/p5-Acme-Padre-PlayCode/Makefile
wiz 047a7f787e Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

27 lines
785 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/05/31 12:40:59 wiz Exp $
#
DISTNAME= Acme-Padre-PlayCode-0.13
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Acme/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Acme-Padre-PlayCode/
COMMENT= Acme::PlayCode Plugin for Padre
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.14:../../devel/p5-Locale-Msgfmt
DEPENDS+= p5-Acme-PlayCode-[0-9]*:../../devel/p5-Acme-PlayCode
DEPENDS+= p5-Padre>=0.43:../../editors/p5-Padre
PERL5_PACKLIST= auto/Acme/Padre/PlayCode/.packlist
PERL5_MODULE_TYPE= Module::Build
#pre-configure:
# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"