freebsd-ports/devel/horde-content/Makefile

24 lines
393 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= content
PORTVERSION= 2.0.5
CATEGORIES= devel www pear
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
2014-10-01 00:24:30 +02:00
.include <bsd.port.mk>