pkgsrc/devel/p5-Return-MultiLevel/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
611 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/06/12 10:49:41 wiz Exp $
DISTNAME= Return-MultiLevel-0.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/MA/MAUKE/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Return-MulitiLevel/
COMMENT= Perl module to enable returning from a nested call stack
LICENSE= ${PERL5_LICENSE}
DEPENDS= p5-Data-Munge>=0.07:../../devel/p5-Data-Munge
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Return/MultiLevel/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"