mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
389e237156
in PHP5. Enables two parties without any prior knowledge of each other establish a secure shared secret key across an insecure channel of communication. WWW: http://pear.php.net/package/Crypt_DiffieHellman/ PR: ports/120010 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
28 lines
1000 B
Makefile
28 lines
1000 B
Makefile
# Ports collection makefile for: pear-Crypt_DiffieHellman
|
|
# Date created: 27 Jan 2008
|
|
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt_DiffieHellman
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= ditesh@gathani.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
|
|
|
|
CATEGORY= Crypt
|
|
FILES= DiffieHellman.php DiffieHellman/Math.php DiffieHellman/Exception.php \
|
|
DiffieHellman/Math/Exception.php DiffieHellman/Math/BigInteger.php \
|
|
DiffieHellman/Math/BigInteger/Interface.php DiffieHellman/Math/BigInteger/Gmp.php \
|
|
DiffieHellman/Math/BigInteger/Exception.php DiffieHellman/Math/BigInteger/Bcmath.php
|
|
TESTS= AllTests.php DiffieHellmanTest.php TestHelper.php TestConfiguration.php.dist
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|