freebsd-ports/math/p5-Bit-Vector/Makefile
Sunpoet Po-Chuan Hsieh 6dfadfd292 - Add LICENSE
- Fix version requirement of *_DEPENDS

PR:		198413
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 20 days)
2015-03-28 14:42:16 +00:00

22 lines
433 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Bit-Vector
PORTVERSION= 7.4
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Library of advanced math functions that includes a Perl OO module
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>