openbsd-ports/math/p5-Bit-Vector/Makefile
kevlo 7af777446b Initial import of p5-Bit-Vector 6.2
Bit::Vector is an efficient C library which allows you to handle
bit vectors, sets (of integers), "big integer arithmetic" and
boolean matrices, all of arbitrary sizes.
2002-09-19 07:27:42 +00:00

23 lines
467 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/09/19 07:27:42 kevlo Exp $
COMMENT= "library of advanced math functions"
DISTNAME= Bit-Vector-6.2
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/}
CONFIGURE_STYLE= perl
REGRESS_DEPENDS= ::devel/p5-Test-Harness
.include <bsd.port.mk>