14 lines
323 B
Makefile
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>
|