diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-20 17:17:26 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-20 17:17:26 +0000 |
| commit | c841f62222c48c790318b8bf84f5949d01526c18 (patch) | |
| tree | 79655d2ead718a8f6ad449aa37acc2aff27dec62 /security | |
| parent | 819559693ddeaeff37b6e80daa40d885cd156f4d (diff) | |
Notes
Diffstat (limited to 'security')
| -rw-r--r-- | security/rubygem-omniauth-oauth2-generic/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/rubygem-omniauth-oauth2-generic/Makefile b/security/rubygem-omniauth-oauth2-generic/Makefile index 0ae904137960..65965e25651a 100644 --- a/security/rubygem-omniauth-oauth2-generic/Makefile +++ b/security/rubygem-omniauth-oauth2-generic/Makefile @@ -12,11 +12,12 @@ COMMENT= Generic, Configurable OmniAuth Strategy for OAuth2 providers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-omniauth-oauth2>=1.0:net/rubygem-omniauth-oauth2 +RUN_DEPENDS= rubygem-omniauth-oauth2>=1.0<2:net/rubygem-omniauth-oauth2 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup |
