summaryrefslogtreecommitdiff
path: root/security/pear-Crypt_DiffieHellman/Makefile
blob: 4879846f4d8e7b59b162db291cf0faee9aef041f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$

PORTNAME=	Crypt_DiffieHellman
PORTVERSION=	0.2.6
CATEGORIES=	security www pear

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5

USES=	pear
USE_PHP=	bcmath mbstring gmp

.include <bsd.port.mk>