febfbb41f9
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
29 lines
820 B
Makefile
29 lines
820 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/08/21 16:34:49 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Acme-Padre-PlayCode-0.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|