freebsd-ports/www/pear-HTTP_Client/Makefile
Edwin Groothuis 8fc6911413 MAINTAINER FIX: www/pear-HTTP_Client
Looks like this also depends on www/pear-HTTP_Request.

PR:		ports/77018
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2005-02-05 01:24:37 +00:00

26 lines
695 B
Makefile

# Ports collection makefile for: pear-HTTP_Client
# Date created: 01 February 2005
# Whom: Joseph Scott (<joseph@randomnetworks.com>)
#
# $FreeBSD$
#
PORTNAME= HTTP_Client
PORTVERSION= 1.0.0
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= ${BUILD_DEPENDS}
CATEGORY= HTTP
FILES= Client.php Client/CookieManager.php
EXAMPLES= link-checker.php
_EXAMPLESDIR= examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>