2013-08-27 20:10:33 +02:00
|
|
|
# Created by: Martin Matuska <mm@FreeBSD.org>
|
2011-07-07 23:09:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Horde_Crypt
|
2013-08-27 20:10:33 +02:00
|
|
|
PORTVERSION= 2.2.2
|
2011-07-07 23:09:07 +02:00
|
|
|
CATEGORIES= security www pear
|
|
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
|
2011-07-14 22:33:30 +02:00
|
|
|
MAINTAINER= horde@FreeBSD.org
|
2011-07-07 23:09:07 +02:00
|
|
|
COMMENT= Horde Cryptography API
|
|
|
|
|
2012-12-12 16:16:56 +01:00
|
|
|
OPTIONS_DEFINE= BCMATH
|
|
|
|
BCMATH_DESC= Depend on bcmath PHP extension
|
2011-07-07 23:09:07 +02:00
|
|
|
|
2012-12-12 16:16:56 +01:00
|
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
|
|
Horde_Mime \
|
|
|
|
Horde_Stream_Filter \
|
|
|
|
Horde_Translation \
|
|
|
|
Horde_Util
|
2011-07-07 23:09:07 +02:00
|
|
|
USE_PHP= hash openssl
|
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2011-07-07 23:09:07 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2012-12-12 16:16:56 +01:00
|
|
|
.if ${PORT_OPTIONS:MBCMATH}
|
2011-07-07 23:09:07 +02:00
|
|
|
USE_PHP+= bcmath
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
|
|
.include <bsd.port.post.mk>
|