aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-VFS/Makefile
blob: b37a77209ceec2d466d7556eed1f5c5d5239cc2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	VFS
PORTVERSION=	0.3.0
CATEGORIES=	devel pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR Virtual File System API
WWW=		https://pear.php.net/package/VFS

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>