1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/pear-HTTP_Client/Makefile
2014-09-26 09:30:02 +00:00

19 lines
511 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:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
USES= pear
.include <bsd.port.mk>