pkgsrc/devel/p5-File-Slurper/Makefile
wiz 12ee61694a p5-File-Slurper: update to 0.010.
0.010     2017-09-17 22:09:05+02:00 Europe/Amsterdam
          Recognize "latin-1" as iso-8859-1
2017-09-26 14:24:30 +00:00

18 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.5 2017/09/26 14:24:30 wiz Exp $
DISTNAME= File-Slurper-0.010
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-Slurper/
COMMENT= Simple, sane and efficient module to slurp a file
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
PERL5_PACKLIST= auto/File/Slurper/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"