diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-10-12 18:20:46 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-10-12 18:20:46 +0000 |
commit | c3b29be18c58499fc05b9c0d65e082b214ec354f (patch) | |
tree | effa9bf6c7bfb0ab0970893afbfd734024d2f9c8 /math/p5-Math-BigInt/Makefile | |
parent | c449be663f1b96b3c07c78cdb287616058362890 (diff) | |
download | ports-c3b29be18c58499fc05b9c0d65e082b214ec354f.tar.gz ports-c3b29be18c58499fc05b9c0d65e082b214ec354f.zip |
Notes
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> |