freebsd-ports/security/nextcloud-passman/Makefile
2024-01-06 14:48:24 +01:00

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>