# Ports collection makefile for: HTTP_WebDAV_Client # Date created: 14 Nov 2008 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= HTTP_WebDAV_Client PORTVERSION= 1.0.0 CATEGORIES= www devel pear MAINTAINER= wenheping@gmail.com COMMENT= WebDAV Stream Wrapper Class BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= HTTP/WebDAV FILES= Client.php Client/Stream.php \ Tools/_parse_lock_response.php \ Tools/_parse_propfind_response.php .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include