diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index 184c67439dbd..52de6da35ecf 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -1,27 +1,31 @@ PORTNAME= http DISTVERSION= 4.3.1 +PORTREVISION= 1 CATEGORIES= www DISTNAME= pecl_${PORTNAME}-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Extended HTTP Support WWW= https://pecl.php.net/package/pecl_http LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= pecl infrastructure is being deprecated and no consumers for this port +EXPIRAION_DATE= 2026-09-30 + BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR} \ re2c:devel/re2c \ bash>0:shells/bash LIB_DEPENDS= libcurl.so:ftp/curl \ libevent.so:devel/libevent \ libicudata.so:devel/icu RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR} USES= php:build,pecl USE_PHP= iconv:build zlib:build IGNORE_WITH_PHP= 86 CONFIGURE_SHELL= ${LOCALBASE}/bin/bash .include