diff options
author | tobez <tobez@FreeBSD.org> | 2001-10-13 02:20:46 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-10-13 02:20:46 +0800 |
commit | 78b65100f49f957c35818b21d5ab6c2b266e2652 (patch) | |
tree | 764fa4f37ddf07c13af7ad4bbc4516706ad30331 /math/p5-Math-BigInt/Makefile | |
parent | 415e3f1a85460d15313d7ceb29c5e4cfe8be03c4 (diff) | |
download | freebsd-ports-gnome-78b65100f49f957c35818b21d5ab6c2b266e2652.tar.gz freebsd-ports-gnome-78b65100f49f957c35818b21d5ab6c2b266e2652.tar.zst freebsd-ports-gnome-78b65100f49f957c35818b21d5ab6c2b266e2652.zip |
Add math/p5-Math-BigInt, an arbitrary size math package for perl. This
is a complete rewrite of the BigInt and BigFloat modules supplied with
our standard system perl.
Diffstat (limited to 'math/p5-Math-BigInt/Makefile')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile new file mode 100644 index 000000000000..02d932e1211f --- /dev/null +++ b/math/p5-Math-BigInt/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: math/p5-Math-BigInt +# Date created: 12 October 2001 +# Whom: tobez +# +# $FreeBSD$ +# + +PORTNAME= Math-BigInt +PORTVERSION= 1.44 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= Math::BigFloat.3 \ + Math::BigInt.3 \ + Math::BigInt::Calc.3 \ + Math::BigInt::Scalar.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |