17 lines
362 B
Makefile
17 lines
362 B
Makefile
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>
|