aboutsummaryrefslogtreecommitdiffstats
path: root/security/nextcloud-end_to_end_encryption/Makefile
blob: fb390e30f5e8aaf8169e4fe2e4d7b6ed4f3ae65c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	end_to_end_encryption
PORTVERSION=	1.17.0
DISTVERSIONPREFIX=	v
CATEGORIES=	security

MAINTAINER=	brnrd@freebsd.org
COMMENT=	End-to-End Encryption app for Nextcloud
WWW=		https://apps.nextcloud.com/apps/end_to_end_encryption

LICENSE_FILE=	${WRKSRC}/LICENSE

NEXTCLOUD_RUN_DEPENDS=	31

USES=		nextcloud php:flavors

.include <bsd.port.mk>