freebsd-ports/security/pear-Crypt_DiffieHellman/Makefile
Jan Beich f4e1f3b974 Pass maintainership of PEAR ports to the submitter
PR:		214156
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
2016-11-04 07:50:45 +00:00

14 lines
331 B
Makefile

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