opnsense-ports/security/pear-Crypt_DiffieHellman/Makefile
Franco Fichtner 2b7ac3842b */*: sync with upstream
Taken from: FreeBSD
2017-06-11 11:06:07 +02:00

14 lines
334 B
Makefile

# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
PORTNAME= Crypt_DiffieHellman
PORTVERSION= 0.2.6
CATEGORIES= security www pear
MAINTAINER= joneum@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>