17 lines
380 B
Makefile
17 lines
380 B
Makefile
# 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:${PORTSDIR}/sysutils/pear-Log
|
|
RUN_DEPENDS= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
|
|
|
USE_PHP= gettext
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|