pkgsrc/devel/p5-Exporter-Tiny/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

18 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/06/12 10:49:11 wiz Exp $
DISTNAME= Exporter-Tiny-0.043_01
PKGNAME= p5-${DISTNAME:S/_/./}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Exporter-Tiny/
COMMENT= Exporter with the features of Sub::Exporter but only core dependencies
LICENSE= gnu-gpl-v1 OR artistic
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Exporter/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"