opnsense-ports/devel/horde-content/Makefile
Franco Fichtner 538c22e7c3 */*: sync with upstream
Taken from: HardenedBSD
2018-03-09 03:40:20 +01:00

23 lines
413 B
Makefile

# $FreeBSD$
PORTNAME= content
PORTVERSION= 2.0.6
CATEGORIES= devel www pear
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde tagging application
USES= horde cpe
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>