pkgsrc/devel/p5-File-Slurp-Tiny/Makefile
2022-06-28 11:30:51 +00:00

17 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.13 2022/06/28 11:32:28 wiz Exp $
DISTNAME= File-Slurp-Tiny-0.004
PKGNAME= p5-${DISTNAME}
PKGREVISION= 7
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"