comms/pear-Horde_ActiveSync 2.37.3 -> 2.37.4 security/pear-Horde_Auth 2.2.0 -> 2.2.1 devel/pear-Horde_Core 2.27.2 -> 2.27.5 security/pear-Horde_Crypt 2.7.3 -> 2.7.4 mail/pear-Horde_Imap_Client 2.29.10 -> 2.29.11 www/pear-Horde_Service_Weather 2.5.2 -> 2.5.3 sysutils/pear-Horde_Vfs 2.3.3 -> 2.3.4
22 lines
356 B
Makefile
22 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Vfs
|
|
PORTVERSION= 2.3.4
|
|
CATEGORIES= sysutils www pear
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
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_USE= PHP=ftp
|
|
|
|
.include <bsd.port.mk>
|