# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
# $FreeBSD: head/devel/pear-VFS/Makefile 412346 2016-04-01 14:00:51Z mat $

PORTNAME=	VFS
PORTVERSION=	0.3.0
CATEGORIES=	devel pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR Virtual File System API

BUILD_DEPENDS=	${PEARDIR}/Log/null.php:sysutils/pear-Log
RUN_DEPENDS=	${PEARDIR}/Log/null.php:sysutils/pear-Log

USE_PHP=	gettext
USES=	pear

.include <bsd.port.mk>