Update security/lynis to version 2.5.1
[dports.git] / security / pear-Crypt_DiffieHellman / Makefile
1 # Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
2 # $FreeBSD$
3
4 PORTNAME=       Crypt_DiffieHellman
5 PORTVERSION=    0.2.6
6 CATEGORIES=     security www pear
7
8 MAINTAINER=     joneum@bsdproject.de
9 COMMENT=        PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5
10
11 USES=   pear
12 USE_PHP=        bcmath mbstring gmp
13
14 .include <bsd.port.mk>