freebsd-ports/math/p5-bignum/Makefile
Lars Thegler bd4feb79f8 - update to 0.32
- relinquish maintainership
2013-05-17 09:38:55 +00:00

19 lines
318 B
Makefile

# $FreeBSD$
PORTNAME= bignum
PORTVERSION= 0.32
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FLORA
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Transparent BigNumber/BigRational support for Perl
PERL_CONFIGURE= yes
MAN3= bigint.3 \
bignum.3 \
bigrat.3
.include <bsd.port.mk>