20 lines
462 B
Makefile
20 lines
462 B
Makefile
PORTNAME= omniauth_openid_connect
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= OpenID Connect Strategy for OmniAuth
|
|
WWW= https://github.com/m0n9oose/omniauth_openid_connect
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-omniauth1>=1.9<3:security/rubygem-omniauth1 \
|
|
rubygem-openid_connect>=1.1<2.0:net/rubygem-openid_connect
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|