2001-01-03 23:23:33 +00:00
|
|
|
# New ports collection makefile for: Bit-Vector
|
|
|
|
# Date created: Mon Jan 1 10:37:30 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Bit-Vector
|
2005-01-10 13:46:24 +00:00
|
|
|
PORTVERSION= 6.4
|
2001-01-03 23:23:33 +00:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Bit
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-10-09 18:33:56 +00:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Library of advanced math functions that includes a Perl OO module
|
2001-01-03 23:23:33 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2005-01-10 13:46:24 +00:00
|
|
|
MAN3= Bit::Vector.3 Bit::Vector::Overload.3 Bit::Vector::String.3
|
2001-01-03 23:23:33 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|