94939340f1
- Add LICENSE to ${PERL5_LICENSE} - Drop dependency to p5-Perl6-Export (See below) (upstream) - Update 0.051003 to 0.051005 --------------------------- 0.051004 Wed Jan 22 17:24:31 2014 * De-documented spurious dependency on Perl6::Export (thanks, Andrew) * De-typo-ficated source (thanks, dsteinbrunner) * Made file-based tests independent, so they can run in parallel (thanks Kent!) 0.051005 Sat Feb 22 19:38:25 2014 * Removed illegal assignments to $/ under 5.20+ (thanks, Kent)
17 lines
472 B
Makefile
17 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/04/12 09:39:03 mef Exp $
|
|
|
|
DISTNAME= Perl6-Slurp-0.051005
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl6/}
|
|
|
|
MAINTAINER= abs@absd.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Perl6-Slurp/
|
|
COMMENT= Implements the Perl 6 'slurp' built-in
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Perl6/Slurp/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|