freebsd-ports/devel/horde-content/Makefile
Bernhard Froehlich 7d3be0e77f
devel/horde-content: Fix CPE information
Approved by:	portmgr (blanket)
2021-08-20 08:37:26 +00:00

23 lines
424 B
Makefile

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