freebsd-ports/security/rubygem-omniauth-multipassword/Makefile
Sunpoet Po-Chuan Hsieh bd5f923ec8 Take maintainership
2019-06-16 10:38:30 +00: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>