pkgsrc/devel/p5-Devel-GlobalDestruction/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

20 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:08 wiz Exp $
DISTNAME= Devel-GlobalDestruction-0.13
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5 net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-GlobalDestruction/
COMMENT= Perl 5 package exposing the flag which marks global destruction
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Sub-Exporter-Progressive>=0.001011:../../devel/p5-Sub-Exporter-Progressive
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Devel/GlobalDestruction/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"