mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
35 lines
594 B
Makefile
35 lines
594 B
Makefile
|
|
PORTNAME= trean
|
|
PORTVERSION= 1.1.10
|
|
CATEGORIES= www pear
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Bookmark Manager
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= horde cpe php
|
|
USE_PHP= gettext json
|
|
USE_HORDE_BUILD= Horde_Role
|
|
USE_HORDE_RUN= Horde_Role \
|
|
horde \
|
|
content \
|
|
Horde_Auth \
|
|
Horde_Autoloader \
|
|
Horde_Controller \
|
|
Horde_Core \
|
|
Horde_Date \
|
|
Horde_Db \
|
|
Horde_Exception \
|
|
Horde_Form \
|
|
Horde_Queue \
|
|
Horde_Notification \
|
|
Horde_Perms \
|
|
Horde_Util \
|
|
Horde_Vfs \
|
|
Horde_View
|
|
|
|
.include <bsd.port.mk>
|