freebsd-ports/security/pear-Crypt_RSA/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

21 lines
447 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Crypt_RSA
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= security www pear
MAINTAINER= ports@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_USE= PHP=bcmath
GMP_USE= PHP=gmp
.include <bsd.port.mk>