blob: b566834a564f5d72148872771e3873a130867ba5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: will
# $FreeBSD$
PORTNAME= Math-GMP
PORTVERSION= 2.15
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that provides an interface to the GMP library
LICENSE= LGPL20+
BUILD_DEPENDS= p5-Devel-CheckLib>=0.9:devel/p5-Devel-CheckLib
LIB_DEPENDS= libgmp.so:math/gmp
USE_PERL5= configure
USES= localbase perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMP/GMP.so
.include <bsd.port.mk>
|