aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-06-07 02:34:34 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-06-07 02:34:34 +0800
commit50ec7386bf4131341a6c008d6a55f04da01156a4 (patch)
tree4e0b3130e47eb340df64ee461a540ffadcad48b3 /math
parenta59a7d3ca23c99b694644cfbad0d1b5891ba7483 (diff)
downloadfreebsd-ports-graphics-50ec7386bf4131341a6c008d6a55f04da01156a4.tar.gz
freebsd-ports-graphics-50ec7386bf4131341a6c008d6a55f04da01156a4.tar.zst
freebsd-ports-graphics-50ec7386bf4131341a6c008d6a55f04da01156a4.zip
- Add LICENSE
- Pet portlint: remove ABI version number from LIB_DEPENDS - Add WWW
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-GMP/Makefile5
-rw-r--r--math/p5-Math-GMP/pkg-descr2
2 files changed, 5 insertions, 2 deletions
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile
index 10e986e3427..1defd62449e 100644
--- a/math/p5-Math-GMP/Makefile
+++ b/math/p5-Math-GMP/Makefile
@@ -15,7 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that provides an interface to the GMP library
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
+LICENSE= LGPL20 LGPL21 LGPL3
+LICENSE_COMB= dual
+
+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
CONFIGURE_ARGS= INC=-I${LOCALBASE}/include LIBS="-L${LOCALBASE}/lib -lgmp"
PERL_CONFIGURE= yes
diff --git a/math/p5-Math-GMP/pkg-descr b/math/p5-Math-GMP/pkg-descr
index 456170fdffc..64a1db8700e 100644
--- a/math/p5-Math-GMP/pkg-descr
+++ b/math/p5-Math-GMP/pkg-descr
@@ -1,4 +1,4 @@
Math::GMP is a perl interface to the high-speed arbitrary size integer
math library libgmp (GNU MP lib).
-Author: Chip Turner <chip@zfx.com>
+WWW: http://search.cpan.org/dist/Math-GMP/