summaryrefslogtreecommitdiff
path: root/math/p5-Bit-Vector/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-03 23:23:33 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-03 23:23:33 +0000
commitb1387acd8103105b847de6b9ed9f8f06d7ab5162 (patch)
treeb9348350d23d9f1aa5fb63e88ff3ffdc6d856db0 /math/p5-Bit-Vector/Makefile
parentAdd p5-Bit-ShiftReg 2.0, perl module implementing various bit shifting (diff)
Add p5-Bit-Vector 6.0, library of advanced math functions that includes a
Perl OO module.
Notes
Notes: svn path=/head/; revision=36695
Diffstat (limited to 'math/p5-Bit-Vector/Makefile')
-rw-r--r--math/p5-Bit-Vector/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile
new file mode 100644
index 000000000000..bede6dacd461
--- /dev/null
+++ b/math/p5-Bit-Vector/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: Bit-Vector
+# Date created: Mon Jan 1 10:37:30 2001
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= Bit-Vector
+PORTVERSION= 6.0
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Bit
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Bit::Vector.3 Bit::Vector::Overload.3
+
+.include <bsd.port.mk>