aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_RSA/Makefile
blob: 1c4e6f7c18276260bb05808e2a702ef9c29f5d9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)

PORTNAME=	Crypt_RSA
PORTVERSION=	1.2.1
PORTREVISION=	1
CATEGORIES=	security www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR class allows you to use two-key strong cryptography

USES=		pear

OPTIONS_DEFINE=	BCMATH GMP
BCMATH_DESC=	PHP BCMath extension support
GMP_DESC=	PHP GMP extension support

BCMATH_USES=	php
BCMATH_USE=	PHP=bcmath
GMP_USES=	php
GMP_USE=	PHP=gmp

.include <bsd.port.mk>