diff options
author | will <will@FreeBSD.org> | 2001-01-03 23:40:35 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-03 23:40:35 +0000 |
commit | ee2a46e64389336902aaef27b40695eb6d563197 (patch) | |
tree | 68c697a330ac14b9bfe2668e2d887c521cf839a2 /math/p5-Math-GMP/Makefile | |
parent | 738f9c229b84f8c69ecd49754f526bd2d9603095 (diff) | |
download | FreeBSD-ports-ee2a46e64389336902aaef27b40695eb6d563197.zip FreeBSD-ports-ee2a46e64389336902aaef27b40695eb6d563197.tar.gz |
Add p5-Math-GMP 1.01, perl module that provides an interface to the GMP
library.
Diffstat (limited to 'math/p5-Math-GMP/Makefile')
-rw-r--r-- | math/p5-Math-GMP/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile new file mode 100644 index 0000000..2304195 --- /dev/null +++ b/math/p5-Math-GMP/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Math-GMP +# Date created: Wed Jan 3 11:09:25 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Math-GMP +PORTVERSION= 1.01 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Math::GMP.3 + +.include <bsd.port.mk> |