blob: dfcb2e6ab46e61935d8e8daaf6ef8679c979316c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|