pkgsrc/devel/p5-File-Slurp-Tiny/Makefile
wen 0b509e6712 Import File-Slurp-Tiny-0.003 as devel/p5-File-Slurp-Tiny.
File::Slurp::Tiny provides functions for fast and correct slurping and spewing.
All functions are optionally exported.
2014-02-16 15:52:30 +00:00

18 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/02/16 15:52:30 wen Exp $
DISTNAME= File-Slurp-Tiny-0.003
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-Slurp-Tiny/
COMMENT= Simple, sane and efficient file slurper
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/File/Slurp/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"