23 lines
386 B
Makefile
23 lines
386 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Vfs
|
|
PORTVERSION= 2.4.0
|
|
CATEGORIES= sysutils www pear
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Virtual File System API
|
|
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Translation \
|
|
Horde_Util
|
|
|
|
OPTIONS_DEFINE= FTP
|
|
FTP_DESC= Depend on FTP PHP extension
|
|
|
|
USES= horde
|
|
|
|
FTP_USES= php
|
|
FTP_USE= PHP=ftp
|
|
|
|
.include <bsd.port.mk>
|