aboutsummaryrefslogtreecommitdiff
path: root/security/nextcloud-end_to_end_encryption/Makefile
blob: 0e772a6284cbb2aedcaf974c1ac4ea8bc5f3030e (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.15.2
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=	29

USES=		nextcloud php:flavors

.include <bsd.port.mk>