aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-VFS/Makefile
blob: df7b2dd451e04cd6ba009862512d082856389820 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Thierry Thomas (<thierry@FreeBSD.org>)

PORTNAME=	VFS
PORTVERSION=	0.3.0
CATEGORIES=	devel pear

MAINTAINER=	ports@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>