2012-12-23 18:46:14 +01:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2012-06-22 23:30:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Math-GMPz
|
2016-01-19 15:04:07 +01:00
|
|
|
PORTVERSION= 0.43
|
2012-06-22 23:30:32 +02:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Perl interface to the GMP library integer (mpz) functions
|
|
|
|
|
2013-03-18 15:43:28 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:16:16 +02: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 23:30:32 +02:00
|
|
|
|
2013-08-21 16:08:06 +02:00
|
|
|
USE_PERL5= configure
|
2015-10-19 22:20:43 +02:00
|
|
|
USES= localbase perl5
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMPz/GMPz.so
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMPz/Random/Random.so
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMPz/V/V.so
|
2012-06-22 23:30:32 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|