summaryrefslogtreecommitdiff
path: root/filesystems/pear-Horde_Vfs/Makefile
blob: a119b27240b537d4b8b77ce1bd185c993d2a99ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	Horde_Vfs
PORTVERSION=	2.4.2
CATEGORIES=	filesystems sysutils www pear
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde Virtual File System API
WWW=		https://pear.horde.org

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

CONFLICTS_INSTALL=	php*-pear-Horde_Vfs # bin/horde-vfs

.include <bsd.port.mk>