1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/security/pear-Crypt_RSA/Makefile
2021-05-23 00:20:48 +08:00

23 lines
469 B
Makefile

# 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>