Merge branch 'staged'
[dports.git] / sysutils / pear-Horde_Vfs / Makefile
1 PORTNAME=       Horde_Vfs
2 PORTVERSION=    2.4.2
3 CATEGORIES=     sysutils www pear
4 PKGNAMEPREFIX=  ${PEAR_PKGNAMEPREFIX}
5
6 MAINTAINER=     horde@FreeBSD.org
7 COMMENT=        Horde Virtual File System API
8 WWW=            https://pear.horde.org
9
10 USE_HORDE_RUN=  Horde_Exception \
11                 Horde_Translation \
12                 Horde_Util
13
14 OPTIONS_DEFINE= FTP
15 FTP_DESC=       Depend on FTP PHP extension
16
17 USES=   horde
18
19 FTP_USES=       php
20 FTP_USE=        PHP=ftp
21
22 CONFLICTS_INSTALL=      php*-pear-Horde_Vfs # bin/horde-vfs
23
24 .include <bsd.port.mk>