16 lines
381 B
Makefile
16 lines
381 B
Makefile
PORTNAME= twofactor_nextcloud_notification
|
|
PORTVERSION= 3.8.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= brnrd@FreeBSD.org
|
|
COMMENT= Use Nextcloud notification as MFA app for Nextcloud
|
|
WWW= https://apps.nextcloud.com/apps/twofactor_nextcloud_notification
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
NEXTCLOUD_RUN_DEPENDS= 26
|
|
|
|
USES= nextcloud php:flavors
|
|
|
|
.include <bsd.port.mk>
|