1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/security/rubygem-omniauth-multipassword/Makefile
2021-07-15 00:11:00 +08:00

21 lines
387 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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>