2001-01-04 00:40:35 +01:00
|
|
|
# New ports collection makefile for: Math-GMP
|
|
|
|
# Date created: Wed Jan 3 11:09:25 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-GMP
|
2009-09-17 23:25:27 +02:00
|
|
|
PORTVERSION= 2.06
|
2010-04-19 12:43:42 +02:00
|
|
|
PORTREVISION= 1
|
2001-01-04 00:40:35 +01:00
|
|
|
CATEGORIES= math perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-04 00:40:35 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Perl module that provides an interface to the GMP library
|
2001-01-04 00:40:35 +01:00
|
|
|
|
2012-06-06 20:34:34 +02:00
|
|
|
LICENSE= LGPL20 LGPL21 LGPL3
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
|
2002-11-28 16:27:15 +01:00
|
|
|
|
2011-11-30 13:31:58 +01:00
|
|
|
CONFIGURE_ARGS= INC=-I${LOCALBASE}/include LIBS="-L${LOCALBASE}/lib -lgmp"
|
2001-01-04 00:40:35 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Math::GMP.3
|
|
|
|
|
2003-06-04 20:36:41 +02:00
|
|
|
.include <bsd.port.mk>
|