mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
- Add LICENSE
- Pet portlint: remove ABI version number from LIB_DEPENDS - Add WWW
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue