# Created by: Martin Matuska # $FreeBSD$ PORTNAME= Horde_Crypt PORTVERSION= 2.2.2 CATEGORIES= security www pear PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde Cryptography API OPTIONS_DEFINE= BCMATH BCMATH_DESC= Depend on bcmath PHP extension USE_HORDE_RUN= Horde_Exception \ Horde_Mime \ Horde_Stream_Filter \ Horde_Translation \ Horde_Util USE_PHP= hash openssl NO_STAGE= yes .include .if ${PORT_OPTIONS:MBCMATH} USE_PHP+= bcmath .endif .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include