blob: 9971d821cb2c1e74c26a1f232f9504d083774cb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|