blob: f7a07c73927221271eba9ea117660ff9b0ff76ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= omniauth-oauth2-generic
PORTVERSION= 0.2.8
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generic, Configurable OmniAuth Strategy for OAuth2 providers
WWW= https://gitlab.com/satorix/omniauth-oauth2-generic
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.0<2:net/rubygem-omniauth-oauth2 \
rubygem-rake>=0:devel/rubygem-rake
USES= gem
NO_ARCH= yes
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup
.include <bsd.port.mk>
|