Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / math / p5-Math-BigInt-GMP / Makefile
1 # Created by: Maxime Henrion <mux@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Math-BigInt-GMP
5 PORTVERSION=    1.6006
6 CATEGORIES=     math perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Math::BigInt::GMP - Use the GMP library for Math::BigInt routines
12
13 LICENSE=        ART10 GPLv1+
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  ${RUN_DEPENDS}
17 LIB_DEPENDS=    libgmp.so:math/gmp
18 RUN_DEPENDS=    p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
19
20 USES=           localbase perl5
21 USE_PERL5=      configure
22
23 post-install:
24         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/BigInt/GMP/GMP.so
25
26 .include <bsd.port.mk>