mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
476ed34731
www/pear-Horde_Browser 2.0.14 -> 2.0.15 security/pear-Horde_Crypt 2.7.9 -> 2.7.10 textproc/pear-Horde_CssMinify 1.0.3 -> 1.0.4 www/pear-Horde_Editor 2.0.4 -> 2.0.5 graphics/pear-Horde_Image 2.5.1 -> 2.5.2 textproc/pear-Horde_JavascriptMinify 1.1.4 -> 1.1.5 devel/pear-Horde_Queue 1.1.4 -> 1.1.5 devel/pear-Horde_Tree 2.0.4 -> 2.0.5 www/horde-ansel 3.0.7 -> 3.0.8 devel/horde-content 2.0.5 -> 2.0.6 www/horde-base 5.2.16 -> 5.2.17 mail/horde-imp 6.2.20 -> 6.2.21 mail/horde-ingo 3.2.15 -> 3.2.16 deskutils/horde-kronolith 4.2.22 -> 4.2.23 deskutils/horde-mnemo 4.2.13 -> 4.2.14 devel/horde-timeobjects 2.1.3 -> 2.1.4 www/horde-trean 1.1.8 -> 1.1.9 mail/horde-turba 4.2.20 -> 4.2.21 PHP 7 is now officially supported!
24 lines
393 B
Makefile
24 lines
393 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= content
|
|
PORTVERSION= 2.0.6
|
|
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
|
|
|
|
.include <bsd.port.mk>
|