aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_DiffieHellman/Makefile
blob: f74bb06894d7969ab47c42e951f84536806657fe (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=	miwi@FreeBSD.org
COMMENT=	PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5

USES=	pear
USE_PHP=	bcmath mbstring gmp

.include <bsd.port.mk>