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