opnsense-ports/www/pear-HTTP_WebDAV_Client/Makefile
Franco Fichtner 538c22e7c3 */*: sync with upstream
Taken from: HardenedBSD
2018-03-09 03:40:20 +01:00

16 lines
398 B
Makefile

# 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@${PHP_FLAVOR}
RUN_DEPENDS:= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>