a3bdbeaf1e
- Update WWW Approved by: portmgr blanket
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= timeobjects
|
|
PORTVERSION= 2.1.4
|
|
CATEGORIES= devel www pear
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde timeobjects application
|
|
|
|
USES= horde
|
|
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>
|