opnsense-ports/www/pear-HTTP_WebDAV_Client/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

16 lines
367 B
Makefile

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