diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-26 20:50:55 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 23:59:50 +0000 |
commit | c4549fbc139985bdf64e589ccec674731c1b3912 (patch) | |
tree | 9e48beb60ae8f4dbb524ca62455b9b9dc5464160 /www/horde-base/Makefile | |
parent | 32d893813231a2bdcad9d2bc43a3c2e1c57485df (diff) |
www/horde-base: Remove expired port:
2023-03-31 www/horde-base: Requires php74
Sponsored by: Bounce Experts
Diffstat (limited to 'www/horde-base/Makefile')
-rw-r--r-- | www/horde-base/Makefile | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile deleted file mode 100644 index 8f3142eb1f4a..000000000000 --- a/www/horde-base/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -PORTNAME= horde -PORTVERSION= 5.2.23 -CATEGORIES= www pear -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= horde@FreeBSD.org -COMMENT= Horde Application Framework -WWW= https://www.horde.org/apps/horde/ - -LICENSE= GPLv2 - -DEPRECATED= Requires php74 -EXPIRATION_DATE= 2023-03-31 -BROKEN= runtime error with php80 - -RUN_DEPENDS= ${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2@${PHP_FLAVOR} - -USES= horde cpe php:flavors -USE_HORDE_BUILD= Horde_Role -USE_HORDE_RUN= Horde_Role \ - Horde_Alarm \ - Horde_Argv \ - Horde_Auth \ - Horde_Autoloader \ - Horde_Browser \ - Horde_Core \ - Horde_Date \ - Horde_Exception \ - Horde_Form \ - Horde_Group \ - Horde_Http \ - Horde_Image \ - Horde_LoginTasks \ - Horde_Mail \ - Horde_Mime \ - Horde_Nls \ - Horde_Perms \ - Horde_Prefs \ - Horde_Rpc \ - Horde_Serialize \ - Horde_Support \ - Horde_Template \ - Horde_Text_Diff \ - Horde_Token \ - Horde_Text_Filter \ - Horde_Tree \ - Horde_Url \ - Horde_Util \ - Horde_View \ - Horde_Vfs -# Optional in package but we want them in -USE_HORDE_RUN+= Horde_Feed -USE_PHP= filter gettext hash -IGNORE_WITH_PHP=81 82 - -CONFLICTS_INSTALL= php*-horde - -OPTIONS_DEFINE= FACEBOOK ICONV TWITTER WEATHER -OPTIONS_DEFAULT= ICONV - -FACEBOOK_DESC= Support connections to Facebook -ICONV_DESC= Depend on PHP iconv extension -TWITTER_DESC= Support connections to Twitter -WEATHER_DESC= Support weather forecast display - -FACEBOOK_USE= HORDE_RUN=Horde_Service_Facebook -ICONV_USE= PHP=iconv -TWITTER_USE= HORDE_RUN=Horde_Service_Twitter -WEATHER_USE= HORDE_RUN=Horde_Service_Weather - -.include <bsd.port.mk> |