bd4feb79f8
- relinquish maintainership
19 lines
318 B
Makefile
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>
|