# $Id: Portfile 85029 2011-10-07 23:13:07Z jmr@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		Bit-Vector 7.1
revision        3
license			{Artistic-1 GPL}
maintainers		nomaintainer
description		Efficient bit vector, set of integers and "big int" math library
long_description	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.
checksums		md5     164c8574b728f6171b2a6f564fcd2e50 \
			sha1    de2ffdae784ea061689f424dca56b27a55b50cd5 \
			rmd160  3d092f47596435b56400aa8c52da1291df4fe8a6
platforms		darwin

if {${perl5.major} != ""} {
    depends_lib-append		port:p${perl5.major}-carp-clan
}
