mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
16 lines
380 B
Makefile
16 lines
380 B
Makefile
# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
|
|
|
|
PORTNAME= VFS
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= sunpoet@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>
|