summaryrefslogtreecommitdiff
path: root/www/zend-framework1/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-10 07:30:00 -0600
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-10 07:30:00 -0600
commit47721a7247d2d9ad1e6cb47a518090305254016f (patch)
tree0818295115af801f37030c4a0fec35c323b2a552 /www/zend-framework1/Makefile
parentaudio/ocp: Update to 0.2.91 (diff)
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket) Sponsored by: Bounce Experts
Diffstat (limited to '')
-rw-r--r--www/zend-framework1/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/www/zend-framework1/Makefile b/www/zend-framework1/Makefile
index c4d317474974..121e358c00f4 100644
--- a/www/zend-framework1/Makefile
+++ b/www/zend-framework1/Makefile
@@ -13,29 +13,29 @@ COMMENT= Framework for developing PHP web applications
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-IGNORE_WITH_PHP= 74
-
-NO_ARCH= yes
-NO_BUILD= yes
-USE_PHP= spl
USES= gettext php:web
+USE_PHP= spl
+IGNORE_WITH_PHP= 74 81
CONFLICTS= ZendFramework-2.*
-PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
+NO_ARCH= yes
+NO_BUILD= yes
SUB_FILES= pkg-message
+PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
+
OPTIONS_DEFINE= DOCS EXAMPLES MYSQL MYSQLI DBLIB PGSQL ODBC SQLITE REQPHP OPTPHP
OPTIONS_DEFAULT=REQPHP
-MYSQL_DESC= Enable MySQL PDO support
-MYSQLI_DESC= Enable MySQLi support
DBLIB_DESC= Enable DBLIB PDO support
-PGSQL_DESC= Enable PostgreSQL PDO support
+MYSQLI_DESC= Enable MySQLi support
+MYSQL_DESC= Enable MySQL PDO support
ODBC_DESC= Enable ODBC PDO support
-SQLITE_DESC= Enable SQLite v3 PDO support
-REQPHP_DESC= Install required PHP dependencies
OPTPHP_DESC= Install optional PHP dependencies
+PGSQL_DESC= Enable PostgreSQL PDO support
+REQPHP_DESC= Install required PHP dependencies
+SQLITE_DESC= Enable SQLite v3 PDO support
.include <bsd.port.pre.mk>