pkgsrc/www/pear-HTTP_Request2/Makefile
taca 79037d6497 www/pear-HTTP_Request2: update to 2.6.0
2.6.0 (2023-11-01)

* Tested on PHP 8.2 and 8.3
* Use psalm for static analysis, several minor issues fixed
* Correctly parse HTTP status line with an empty reason-phrase
  (see https://github.com/pear/HTTP_Request2/pull/26)
* Updated Public Suffix List
2023-11-04 15:25:50 +00:00

17 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.6 2023/11/04 15:25:50 taca Exp $
#
DISTNAME= HTTP_Request2-2.6.0
CATEGORIES+= www
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to provides an easy way to perform HTTP requests
LICENSE= modified-bsd
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_URL2>=2.0.0:../../net/pear-Net_URL2
USE_LANGUAGES= # none
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"