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

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 php
USE_PHP=	bcmath mbstring gmp

.include <bsd.port.mk>