blob: d8f7a197248c87bed7594982fd994a665e13ef5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
# $FreeBSD$
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>
|