summaryrefslogtreecommitdiff
path: root/devel/p5-Perl6-Slurp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Perl6-Slurp/Makefile')
-rw-r--r--devel/p5-Perl6-Slurp/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-Perl6-Slurp/Makefile b/devel/p5-Perl6-Slurp/Makefile
new file mode 100644
index 00000000000..c787b776111
--- /dev/null
+++ b/devel/p5-Perl6-Slurp/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:57:54 abs Exp $
+#
+
+DISTNAME= Perl6-Slurp-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
+
+MAINTAINER= abs@absd.org
+HOMEPAGE= http://search.cpan.org/dist/Perl6-Slurp/
+COMMENT= Implements the Perl 6 'slurp' built-in
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+DEPENDS+= p5-Perl6-Export-[0-9]*:../../devel/p5-Perl6-Export
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Perl6/Slurp/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"