blob: 4dc3740c6464ef6a68bea4d5f15d5c395faf3188 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Horde_Crypt
PORTVERSION= 2.4.0
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 <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MBCMATH}
USE_PHP+= bcmath
.endif
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
|