mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
19 lines
463 B
Makefile
19 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>
|