opnsense-ports/security/rubygem-omniauth-multipassword/Makefile
Franco Fichtner c30c895084 */*: sync with upstream
Taken from: HardenedBSD
2019-06-19 05:38:41 +02:00

21 lines
380 B
Makefile

# $FreeBSD$
PORTNAME= omniauth-multipassword
PORTVERSION= 0.4.2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= OmniAuth strategy using different passwort strategies
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>