summaryrefslogtreecommitdiff
path: root/security/pear-Crypt_DiffieHellman/Makefile
blob: 956688a88aad60e765b1633953be6848ee1aa0e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
WWW=		https://pear.php.net/package/Crypt_DiffieHellman

USES=		pear php
USE_PHP=	bcmath mbstring gmp

.include <bsd.port.mk>