freebsd-ports/math/p5-Math-BigInt/Makefile
Sunpoet Po-Chuan Hsieh 2794c3e5d4 - Update to 1.999704
Changes:	http://search.cpan.org/dist/Math-BigInt/CHANGES
PR:		203206
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
2015-10-04 18:00:28 +00:00

21 lines
366 B
Makefile

# Created by: tobez
# $FreeBSD$
PORTNAME= Math-BigInt
PORTVERSION= 1.999704
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
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>