aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_WebDAV_Client/Makefile
blob: 6c5481df8ac84bc18516de9a4e1e80d335d0868d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Wen Heping<wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	HTTP_WebDAV_Client
PORTVERSION=	1.0.2
CATEGORIES=	www devel pear

MAINTAINER=	joneum@FreeBSD.org
COMMENT=	WebDAV Stream Wrapper Class

BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
RUN_DEPENDS:=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request

USES=	pear

.include <bsd.port.mk>