aboutsummaryrefslogtreecommitdiff
path: root/security/nextcloud-passman/Makefile
blob: 69ea726db6945d81fc24972f873acec6dbe4165a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	passman
PORTVERSION=	2.4.8
CATEGORIES=	security
MASTER_SITES=	https://releases.passman.cc/
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	brnrd@FreeBSD.org
COMMENT=	Full featured password manager for Nextcloud
WWW=		https://passman.cc

LICENSE_FILE=	${WRKSRC}/LICENSE

NEXTCLOUD_RUN_DEPENDS=	26

USES=		nextcloud php:flavors

.include <bsd.port.mk>