freebsd-ports/security/pear-Crypt_DiffieHellman/Makefile
2021-05-23 00:20:48 +08:00

14 lines
323 B
Makefile

# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
PORTNAME= Crypt_DiffieHellman
PORTVERSION= 0.2.6
CATEGORIES= security www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5
USES= pear php
USE_PHP= bcmath mbstring gmp
.include <bsd.port.mk>