aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Perl6-Junction
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-07-18 16:24:15 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-07-18 16:24:15 +0000
commit3385e093ccb5881cfdccaf7dde78d87915a82fb0 (patch)
tree3b2e5b7e1f99b26517dd1d1b59a2fb61d132a20f /devel/p5-Perl6-Junction
parenta6001886853849b979c8772d78a0b1d5bbdf635d (diff)
downloadports-3385e093ccb5881cfdccaf7dde78d87915a82fb0.tar.gz
ports-3385e093ccb5881cfdccaf7dde78d87915a82fb0.zip
Add p5-Perl6-Junction, a lightweight module which provides 'Junction' operators,
the most commonly used being any and all.
Notes
Notes: svn path=/head/; revision=195861
Diffstat (limited to 'devel/p5-Perl6-Junction')
-rw-r--r--devel/p5-Perl6-Junction/Makefile25
-rw-r--r--devel/p5-Perl6-Junction/distinfo3
-rw-r--r--devel/p5-Perl6-Junction/pkg-descr4
-rw-r--r--devel/p5-Perl6-Junction/pkg-plist10
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/p5-Perl6-Junction/Makefile b/devel/p5-Perl6-Junction/Makefile
new file mode 100644
index 000000000000..f3f050e44147
--- /dev/null
+++ b/devel/p5-Perl6-Junction/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: devel/p5-Perl6-Junction
+# Date created: 18 Jul 2007
+# Whom: Erwin Lansing <erwin@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Perl6-Junction
+PORTVERSION= 1.30000
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Perl6
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= erwin@FreeBSD.org
+COMMENT= Perl6 style Junction operators in Perl5
+
+BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Perl6::Junction.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Perl6-Junction/distinfo b/devel/p5-Perl6-Junction/distinfo
new file mode 100644
index 000000000000..54860d156e66
--- /dev/null
+++ b/devel/p5-Perl6-Junction/distinfo
@@ -0,0 +1,3 @@
+MD5 (Perl6-Junction-1.30000.tar.gz) = 93f29bf4d0527264106b1d149ec11c3d
+SHA256 (Perl6-Junction-1.30000.tar.gz) = d7dabd0ece6fe5e40502f71420a7e578b159cb9e0aba9ed87661cd2b9c87c970
+SIZE (Perl6-Junction-1.30000.tar.gz) = 6397
diff --git a/devel/p5-Perl6-Junction/pkg-descr b/devel/p5-Perl6-Junction/pkg-descr
new file mode 100644
index 000000000000..7447fcdf5d3d
--- /dev/null
+++ b/devel/p5-Perl6-Junction/pkg-descr
@@ -0,0 +1,4 @@
+This is a lightweight module which provides 'Junction' operators,
+the most commonly used being any and all.
+
+WWW: http://search.cpan.org/dist/Perl6-Junction/
diff --git a/devel/p5-Perl6-Junction/pkg-plist b/devel/p5-Perl6-Junction/pkg-plist
new file mode 100644
index 000000000000..c68a7c8c67f6
--- /dev/null
+++ b/devel/p5-Perl6-Junction/pkg-plist
@@ -0,0 +1,10 @@
+%%SITE_PERL%%/Perl6/Junction.pm
+%%SITE_PERL%%/Perl6/Junction/All.pm
+%%SITE_PERL%%/Perl6/Junction/None.pm
+%%SITE_PERL%%/Perl6/Junction/One.pm
+%%SITE_PERL%%/Perl6/Junction/Any.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Junction/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Junction
+@dirrm %%SITE_PERL%%/Perl6/Junction
+@dirrmtry %%SITE_PERL%%/Perl6
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6