aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Bit-Vector-Minimal
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2004-07-28 14:32:01 +0000
committerAnton Berezin <tobez@FreeBSD.org>2004-07-28 14:32:01 +0000
commit4e058c9e57b5dc4c1491ccaebd3a75bb0699e155 (patch)
tree13f4348f6d5d13b1e753e7f0b1104df96301d5bd /math/p5-Bit-Vector-Minimal
parentb4ab3f638abe4889f0b12c88a74778c971c55c9a (diff)
downloadports-4e058c9e57b5dc4c1491ccaebd3a75bb0699e155.tar.gz
ports-4e058c9e57b5dc4c1491ccaebd3a75bb0699e155.zip
Notes
Diffstat (limited to 'math/p5-Bit-Vector-Minimal')
-rw-r--r--math/p5-Bit-Vector-Minimal/Makefile28
-rw-r--r--math/p5-Bit-Vector-Minimal/distinfo2
-rw-r--r--math/p5-Bit-Vector-Minimal/pkg-descr5
-rw-r--r--math/p5-Bit-Vector-Minimal/pkg-plist7
4 files changed, 42 insertions, 0 deletions
diff --git a/math/p5-Bit-Vector-Minimal/Makefile b/math/p5-Bit-Vector-Minimal/Makefile
new file mode 100644
index 000000000000..a36b1b37e8f7
--- /dev/null
+++ b/math/p5-Bit-Vector-Minimal/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: Bit-Vector-Minimal
+# Date created: Wed Jul 28 11:59:00 2004
+# Whom: tobez
+#
+# $FreeBSD$
+#
+
+PORTNAME= Bit-Vector-Minimal
+PORTVERSION= 1.0
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Bit
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= "Object-oriented wrapper around Perl's vec()"
+
+PERL_CONFIGURE= yes
+
+MAN3= Bit::Vector::Minimal.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= "This port requires perl 5.6 or above."
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/math/p5-Bit-Vector-Minimal/distinfo b/math/p5-Bit-Vector-Minimal/distinfo
new file mode 100644
index 000000000000..287bcc74b03e
--- /dev/null
+++ b/math/p5-Bit-Vector-Minimal/distinfo
@@ -0,0 +1,2 @@
+MD5 (Bit-Vector-Minimal-1.0.tar.gz) = 57647ba0fd55b51d858671cb664ea6ba
+SIZE (Bit-Vector-Minimal-1.0.tar.gz) = 2619
diff --git a/math/p5-Bit-Vector-Minimal/pkg-descr b/math/p5-Bit-Vector-Minimal/pkg-descr
new file mode 100644
index 000000000000..dec06b43dd1a
--- /dev/null
+++ b/math/p5-Bit-Vector-Minimal/pkg-descr
@@ -0,0 +1,5 @@
+This is a much simplified, lightweight version of match/p5-Bit-Vector,
+and wraps Perl's (sometimes confusing) vec() function in an
+object-oriented abstraction.
+
+WWW: http://search.cpan.org/dist/Bit-Vector-Minimal/
diff --git a/math/p5-Bit-Vector-Minimal/pkg-plist b/math/p5-Bit-Vector-Minimal/pkg-plist
new file mode 100644
index 000000000000..e4ad9ff326ed
--- /dev/null
+++ b/math/p5-Bit-Vector-Minimal/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Minimal/.packlist
+%%SITE_PERL%%/Bit/Vector/Minimal.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Minimal
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Bit/Vector 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Bit 2>/dev/null || true