1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/pear-HTTP_WebDAV_Client/Makefile
2021-05-23 00:20:48 +08:00

16 lines
387 B
Makefile

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