pkgsrc/devel/p5-File-Slurp/Makefile
mef b55714bafe (devel/p5-File-Slurp) Updated 9999.27 to 9999.28
9999.28     2019-04-05
    - Stop testing with Taint mode. Taint was a terrible practice that should
          have never ever ever been a thing.
2019-10-19 12:49:53 +00:00

16 lines
451 B
Makefile

# $NetBSD: Makefile,v 1.27 2019/10/19 12:49:53 mef Exp $
DISTNAME= File-Slurp-9999.28
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= https://metacpan.org/release/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"