pkgsrc/devel/p5-File-Slurp-Tiny/Makefile
2019-08-11 13:17:48 +00:00

17 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/08/11 13:19:29 wiz Exp $
DISTNAME= File-Slurp-Tiny-0.004
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= https://metacpan.org/release/File-Slurp-Tiny
COMMENT= Simple, sane and efficient file slurper
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/File/Slurp/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"