16 lines
348 B
Makefile
16 lines
348 B
Makefile
PORTNAME= end_to_end_encryption
|
|
PORTVERSION= 1.12.3
|
|
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= 26
|
|
|
|
USES= nextcloud php:flavors
|
|
|
|
.include <bsd.port.mk>
|