opnsense-ports/www/pear-HTTP_Client/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

18 lines
463 B
Makefile

# Created by: Joseph Scott (<joseph@randomnetworks.com>)
# $FreeBSD$
PORTNAME= HTTP_Client
PORTVERSION= 1.2.1
CATEGORIES= www pear
MAINTAINER= joseph@randomnetworks.com
COMMENT= PEAR classes for high level HTTP requests
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:www/pear-HTTP \
${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
RUN_DEPENDS= ${PEARDIR}/HTTP.php:www/pear-HTTP \
${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
USES= pear
.include <bsd.port.mk>