freebsd-ports/math/p5-bignum/Makefile

21 lines
349 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= bignum
2014-07-15 08:47:20 +02:00
PORTVERSION= 0.37
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
2014-07-15 08:47:20 +02:00
MASTER_SITE_SUBDIR= CPAN:PJACKLAM
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Transparent BigNumber/BigRational support for Perl
2014-07-15 08:47:20 +02:00
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>