diff options
| -rw-r--r-- | databases/php-xapian/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile index f91cd86244a2..b458cefd4005 100644 --- a/databases/php-xapian/Makefile +++ b/databases/php-xapian/Makefile @@ -14,6 +14,9 @@ COMMENT= PHP binding for Xapian LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 +EXPIRATION_DATE=2022-11-28 + BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core |
