freebsd-ports/sysutils/pear-Horde_Vfs/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
373 B
Makefile

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>