comms/pear-Horde_ActiveSync 2.28.6 -> 2.29.2 devel/pear-Horde_Core 2.20.8 -> 2.22.0 security/pear-Horde_Crypt 2.6.0 -> 2.6.1 graphics/pear-Horde_Image 2.3.2 -> 2.3.3 mail/pear-Horde_Imap_Client 2.29.1 -> 2.29.3 mail/pear-Horde_Mime 2.9.1 -> 2.9.2
25 lines
472 B
Makefile
25 lines
472 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Crypt
|
|
PORTVERSION= 2.6.1
|
|
CATEGORIES= security www pear
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Cryptography API
|
|
|
|
OPTIONS_DEFINE= BCMATH
|
|
BCMATH_DESC= Depend on bcmath PHP extension
|
|
|
|
USES= horde
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Mime \
|
|
Horde_Stream_Filter \
|
|
Horde_Translation \
|
|
Horde_Util
|
|
USE_PHP= hash openssl
|
|
|
|
BCMATH_USE= PHP=bcmath
|
|
|
|
.include <bsd.port.mk>
|