Tweak security/sshblock version 1.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 USES=   pear
13
14 OPTIONS_DEFINE= BCMATH GMP
15 BCMATH_DESC=    PHP BCMath extension support
16 GMP_DESC=       PHP GMP extension support
17
18 BCMATH_USE=     PHP=bcmath
19 GMP_USE=        PHP=gmp
20
21 .include <bsd.port.mk>