1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/horde-wicked/Makefile
Baptiste Daroussin 5c7b4a79f2 Convert to USES=php
While here convert some ports to optiosn helpers
2017-10-04 11:29:14 +00:00

41 lines
685 B
Makefile

# $FreeBSD$
PORTNAME= wicked
PORTVERSION= 2.0.8
CATEGORIES= www pear
PKGNAMEPREFIX= horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Wiki Application
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS+= ${PEARDIR}/Text/Wiki.php:www/pear-Text_Wiki
USES= horde cpe php
USE_PHP= gettext
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
horde \
Horde_Auth \
Horde_Autoloader \
Horde_Core \
Horde_Db \
Horde_Exception \
Horde_Form \
Horde_Http \
Horde_Lock \
Horde_Mail \
Horde_Mime \
Horde_Mime_Viewer \
Horde_Notification \
Horde_Perms \
Horde_Rpc \
Horde_Text_Diff \
Horde_Url \
Horde_Util \
Horde_Vfs
.include <bsd.port.mk>