ports/devel/pear-VFS/Makefile
2021-05-23 00:20:48 +08:00

16 lines
380 B
Makefile

# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
PORTNAME= VFS
PORTVERSION= 0.3.0
CATEGORIES= devel pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR Virtual File System API
BUILD_DEPENDS= ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
USE_PHP= gettext
USES= pear php
.include <bsd.port.mk>