aboutsummaryrefslogtreecommitdiffstats
path: root/security/pear-Crypt_DiffieHellman/Makefile
blob: 7b91fb6809e93fa47dfb88134e3b0df54abd2602 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=    ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

USE_PHP=    bcmath mbstring gmp

PEAR_AUTOINSTALL=   yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>