1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Remove references to defunct php72

Approved by:	portmgr (blanlet infrastructure cleanup)
This commit is contained in:
Muhammad Moinur Rahman 2021-12-27 20:38:30 -06:00
parent b68b5084aa
commit 6bd978793c
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ COMMENT= "meta-port" to install PHP extensions
USES= metaport php
PHP_VER= 73
IGNORE_WITH_PHP= 72 74
IGNORE_WITH_PHP= 74
OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \
DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \

View File

@ -8,7 +8,7 @@ COMMENT= "meta-port" to install PHP extensions
USES= metaport php
PHP_VER= 74
IGNORE_WITH_PHP= 72 73
IGNORE_WITH_PHP= 73
OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \
DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \

View File

@ -8,7 +8,7 @@ COMMENT= "meta-port" to install PHP extensions
USES= metaport php
PHP_VER= 80
IGNORE_WITH_PHP= 72 73 74
IGNORE_WITH_PHP= 73 74
OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \
DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \

View File

@ -13,7 +13,7 @@ LIB_DEPENDS= libsodium.so:security/libsodium
USES= localbase php:pecl
#IGNORE_WITH_PHP=72 73 74
#IGNORE_WITH_PHP=73 74
PHP_MODNAME= sodium
.include <bsd.port.mk>