2013-03-18 14:40:49 +00:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2012-06-22 21:28:16 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Math-GMPf
|
2017-08-23 14:26:45 +00:00
|
|
|
PORTVERSION= 0.43
|
2012-06-22 21:28:16 +00:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Perl interface to the GMP library floating point (mpf) functions
|
|
|
|
|
2017-09-15 08:58:46 +00:00
|
|
|
LICENSE= ART10 GPLv1+
|
2013-03-18 14:40:49 +00:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 14:16:16 +00:00
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
TEST_DEPENDS= p5-Math-GMP>=0:math/p5-Math-GMP \
|
|
|
|
p5-Test-Pod>=1:devel/p5-Test-Pod
|
2012-06-22 21:28:16 +00:00
|
|
|
|
2013-08-21 14:08:06 +00:00
|
|
|
USE_PERL5= configure
|
2015-10-19 20:20:35 +00:00
|
|
|
USES= localbase perl5
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMPf/GMPf.so
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMPf/Random/Random.so
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMPf/V/V.so
|
2012-06-22 21:28:16 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|