freebsd-ports/www/horde-trean/Makefile

36 lines
605 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= trean
PORTVERSION= 1.1.9
CATEGORIES= www pear
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde-
MAINTAINER= horde@FreeBSD.org
2012-12-18 14:41:28 +01:00
COMMENT= Horde Bookmark Manager
2014-12-21 17:09:04 +01:00
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
2014-10-01 00:24:30 +02:00
.include <bsd.port.mk>