1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/www/pear-HTTP_Client/Makefile
Martin Wilke fdae05b793 - Update to 1.2.0
PR:		128221
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer
2008-10-24 19:00:20 +00:00

27 lines
677 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.2.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/bsd.pear.mk"
.include <bsd.port.post.mk>