2013-03-17 06:38:47 +01:00
|
|
|
# Created by: Joseph Scott (<joseph@randomnetworks.com>)
|
2005-02-02 13:42:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2008-03-26 18:16:50 +01:00
|
|
|
PORTNAME= HTTP_Client
|
2011-06-25 09:34:33 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2008-03-26 18:16:50 +01:00
|
|
|
CATEGORIES= www pear
|
2005-02-02 13:42:48 +01:00
|
|
|
|
2008-03-26 18:16:50 +01:00
|
|
|
MAINTAINER= joseph@randomnetworks.com
|
|
|
|
COMMENT= PEAR classes for high level HTTP requests
|
2005-02-02 13:42:48 +01:00
|
|
|
|
2005-02-05 02:24:37 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
|
2008-03-26 18:16:50 +01:00
|
|
|
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
2011-06-25 09:34:33 +02:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
|
|
|
|
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
2005-02-02 13:42:48 +01:00
|
|
|
|
2013-03-17 06:38:47 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2005-02-02 13:42:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-02-02 13:42:48 +01:00
|
|
|
.include <bsd.port.post.mk>
|