blob: c16123884ace466f27979dbaf0dcab88e5675d67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= content
PORTVERSION= 2.0.6
CATEGORIES= devel www pear
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde tagging application
USES= cpe horde php
USE_PHP= gettext json
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
Horde_Core \
Horde_Date \
Horde_Exception \
Horde_Db \
Horde_Injector \
Horde_Rdo \
Horde_Util
.include <bsd.port.mk>
|