freebsd-ports/math/p5-bignum/Makefile
2015-09-28 06:21:00 +00:00

20 lines
346 B
Makefile

# $FreeBSD$
PORTNAME= bignum
PORTVERSION= 0.41
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PJACKLAM
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Transparent BigNumber/BigRational support for Perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>