freebsd-ports/security/pear-Crypt_DiffieHellman/Makefile
Martin Wilke bd229ea4cb - Update to 0.2.6
- Switch to PEAR_AUTOINSTALL

PR:		167027
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-03 15:15:33 +00:00

24 lines
626 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.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>