aboutsummaryrefslogtreecommitdiff
path: root/security/nextcloud-passman/Makefile
blob: 094e585c30dd1c1b3a522c5c8bc246adfaf853df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	passman
PORTVERSION=	2.4.9
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>