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