aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_DiffieHellman/Makefile
blob: 7145882169fd651fe3e77533fe4ee4f097aa22e6 (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=	joneum@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>