forked from Lainports/freebsd-ports
19 lines
341 B
Makefile
19 lines
341 B
Makefile
PORTNAME= mail
|
|
PORTVERSION= 4.0.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= brnrd@FreeBSD.org
|
|
COMMENT= Mail app for Nextcloud
|
|
WWW= https://apps.nextcloud.com/apps/mail
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
NEXTCLOUD_RUN_DEPENDS= 30
|
|
|
|
USES= cpe gettext nextcloud php:flavors
|
|
USE_PHP= imap
|
|
|
|
CPE_VENDOR= nextcloud
|
|
|
|
.include <bsd.port.mk>
|