freebsd-ports/www/pear-HTTP_WebDAV_Client/Makefile
Martin Wilke 7efe191d8c HTTP_WebDAV_Client is a RFC2518 compliant stream wrapper
that allows to use WebDAV server resources like a regular
file system from within PHP.

WWW: http://pear.php.net/package/HTTP_WebDAV_Client/

PR:		ports/128855
Submitted by:	Wen Heping<wenheping at gmail.com>
2008-11-15 21:17:53 +00:00

25 lines
636 B
Makefile

# Ports collection makefile for: HTTP_WebDAV_Client
# Date created: 14 Nov 2008
# Whom: Wen Heping<wenheping@gmail.com>
#
# $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 <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>