mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
20 lines
427 B
Makefile
20 lines
427 B
Makefile
PORTNAME= omniauth-multipassword
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= ruby@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-omniauth>=2.0<3:security/rubygem-omniauth
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|