aboutsummaryrefslogtreecommitdiff
path: root/security/nextcloud-end_to_end_encryption/Makefile
blob: d3479e63ac9ce8e54d7e1051aabf37757f4bfcbe (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.14.4
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=	28

USES=		nextcloud php:flavors

.include <bsd.port.mk>