opnsense-ports/security/rubygem-omniauth-multipassword/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
431 B
Makefile

PORTNAME= omniauth-multipassword
PORTVERSION= 0.4.2
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= OmniAuth strategy using different password strategies
WWW= https://github.com/jgraichen/omniauth-multipassword
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>