- Add LICENSE

- Pet portlint: remove ABI version number from LIB_DEPENDS
- Add WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-06-06 18:34:34 +00:00
parent 2d3db81a5f
commit cd8285a5b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298623
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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/