pkgsrc/devel/p5-File-Slurp/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

17 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.19 2015/06/12 10:49:15 wiz Exp $
DISTNAME= File-Slurp-9999.19
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/File-Slurp/
COMMENT= Read/write/append files quickly
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/File/Slurp/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"