Update security/p5-openxpki-i18n to version 0.21.0.1
[dports.git] / security / pear-Crypt_RSA / Makefile
1 # Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
2 # $FreeBSD$
3
4 PORTNAME=       Crypt_RSA
5 PORTVERSION=    1.2.1
6 PORTREVISION=   1
7 CATEGORIES=     security www pear
8
9 MAINTAINER=     miwi@FreeBSD.org
10 COMMENT=        PEAR class allows you to use two-key strong cryptography
11
12 BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
13 RUN_DEPENDS=    ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
14
15 OPTIONS_DEFINE= BCMATH GMP
16 BCMATH_DESC=    PHP BCMath extension support
17 GMP_DESC=       PHP GMP extension support
18
19 LATEST_LINK=    pear-${PORTNAME}
20
21 PEAR_AUTOINSTALL=       yes
22
23 .include <bsd.port.options.mk>
24
25 .for opt in BCMATH GMP
26 .    if ${PORT_OPTIONS:M${opt}}
27 USE_PHP+=       ${opt:tl}
28 .    endif
29 .endfor
30
31 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
32 .include <bsd.port.mk>