Prune devel/py-EnthoughtBase
[dports.git] / devel / pear-VFS / Makefile
1 # Created by: Thierry Thomas (<thierry@FreeBSD.org>)
2 # $FreeBSD$
3
4 PORTNAME=       VFS
5 PORTVERSION=    0.3.0
6 CATEGORIES=     devel pear
7
8 MAINTAINER=     ports@FreeBSD.org
9 COMMENT=        PEAR Virtual File System API
10
11 BUILD_DEPENDS=  ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
12 RUN_DEPENDS=    ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
13
14 USE_PHP=        gettext
15 USES=   pear
16
17 .include <bsd.port.mk>