diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-02-17 21:49:45 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-02-17 21:51:15 +0000 |
commit | 312066ea3d102b3c82f29000276c979fd90d9b79 (patch) | |
tree | f89977ee83fc9eda30794a85f970f82b9259cfdd /databases/adodb | |
parent | e291e63391d8c0a3169e0099490b194560b44a5c (diff) | |
download | ports-312066ea3d102b3c82f29000276c979fd90d9b79.tar.gz ports-312066ea3d102b3c82f29000276c979fd90d9b79.zip |
Diffstat (limited to 'databases/adodb')
-rw-r--r-- | databases/adodb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile index 4513790eceff..d73935f11be9 100644 --- a/databases/adodb/Makefile +++ b/databases/adodb/Makefile @@ -6,6 +6,9 @@ CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php-4-and-5/${PORTNAME}-${PORTVERSION:S/.//g}-for-php DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} +DEPRECATED= Unsupported upstream, cannot be used with PHP 8.0+ +EXPIRATION_DATE= 2022-03-31 + MAINTAINER= ports@FreeBSD.org COMMENT= Database library for PHP @@ -14,6 +17,7 @@ LICENSE_COMB= dual USES= cpe php tar:tgz USE_PHP= pcre +IGNORE_WITH_PHP= 80 81 CONFLICTS= adodb-5.* |