freebsd-ports/math/p5-Math-BigInt/Makefile
Ryan Steinmetz 8163477315 - Update to 1.999707
With hat:	perl@
2015-11-02 19:09:55 +00:00

23 lines
435 B
Makefile

# Created by: tobez
# $FreeBSD$
PORTNAME= Math-BigInt
PORTVERSION= 1.999707
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PJACKLAM
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Arbitrary size integer math perl package
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Math-Complex>=1.39:${PORTSDIR}/math/p5-Math-Complex
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>