opnsense-ports/www/pear-HTTP_WebDAV_Client/Makefile
Franco Fichtner 90158511f9 */*: sync with upstream
Taken from: FreeBSD
2016-11-04 23:07:26 +01:00

16 lines
371 B
Makefile

# Created by: Wen Heping<wenheping@gmail.com>
# $FreeBSD$
PORTNAME= HTTP_WebDAV_Client
PORTVERSION= 1.0.2
CATEGORIES= www devel pear
MAINTAINER= joneum@bsdproject.de
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>