opnsense-ports/www/pear-HTTP_Client/Makefile
2022-09-07 22:33:21 +02:00

16 lines
497 B
Makefile

PORTNAME= HTTP_Client
PORTVERSION= 1.2.1
CATEGORIES= www pear
MAINTAINER= joseph@randomnetworks.com
COMMENT= PEAR classes for high level HTTP requests
WWW= https://pear.php.net/package/HTTP_Client
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR} \
${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR} \
${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>