29ad756219
comms/pear-Horde_ActiveSync 2.37.3 -> 2.37.4 security/pear-Horde_Auth 2.2.0 -> 2.2.1 www/pear-Horde_Browser 2.0.12 -> 2.0.13 archivers/pear-Horde_Compress 2.1.5 -> 2.1.6 devel/pear-Horde_Core 2.27.2 -> 2.27.6 security/pear-Horde_Crypt 2.7.3 -> 2.7.5 textproc/pear-Horde_CssMinify 1.0.2 -> 1.0.3 devel/pear-Horde_Date 2.3.1 -> 2.3.2 www/pear-Horde_Dav 1.1.3 -> 1.1.4 databases/pear-Horde_Db 2.3.3 -> 2.3.4 mail/pear-Horde_Imap_Client 2.29.10 -> 2.29.11 archivers/pear-Horde_Pack 1.0.6 -> 1.0.7 www/pear-Horde_Service_Weather 2.5.2 -> 2.5.3 sysutils/pear-Horde_Vfs 2.3.3 -> 2.3.4 ftp/horde-gollem 3.0.9 -> 3.0.10 www/horde-base 5.2.12 -> 5.2.13 mail/horde-imp 6.2.16 -> 6.2.17 mail/horde-ingo 3.2.12 -> 3.2.13 deskutils/horde-kronolith 4.2.18 -> 4.2.19 deskutils/horde-mnemo 4.2.11 -> 4.2.12 www/horde-passwd 5.0.5 -> 5.0.6 devel/horde-timeobjects 2.1.2 -> 2.1.3 www/horde-trean 1.1.6 -> 1.1.7 mail/horde-turba 4.2.17 -> 4.2.18 www/horde-wicked 2.0.6 -> 2.0.7 devel/horde-whups 3.0.8 -> 3.0.9
40 lines
681 B
Makefile
40 lines
681 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wicked
|
|
PORTVERSION= 2.0.7
|
|
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
|
|
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>
|