mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
27 lines
650 B
Makefile
27 lines
650 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.1
|
|
CATEGORIES= www devel pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= WebDAV Stream Wrapper Class
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PEAR_CATSRC= yes
|
|
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>
|