diff options
| -rw-r--r-- | security/Makefile | 1 | ||||
| -rw-r--r-- | security/rubygem-omniauth-bitbucket/Makefile | 21 | ||||
| -rw-r--r-- | security/rubygem-omniauth-bitbucket/distinfo | 2 | ||||
| -rw-r--r-- | security/rubygem-omniauth-bitbucket/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index ef18923bc0ac..df658f326aff 100644 --- a/security/Makefile +++ b/security/Makefile @@ -918,6 +918,7 @@ SUBDIR += rubygem-net-ssh27 SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth + SUBDIR += rubygem-omniauth-bitbucket SUBDIR += rubygem-origami SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-razorback-scriptNugget diff --git a/security/rubygem-omniauth-bitbucket/Makefile b/security/rubygem-omniauth-bitbucket/Makefile new file mode 100644 index 000000000000..2de571418743 --- /dev/null +++ b/security/rubygem-omniauth-bitbucket/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= omniauth-bitbucket +PORTVERSION= 0.0.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= OmniAuth strategy for Bitbucket + +LICENSE= MIT + +RUN_DEPENDS= rubygem-multi_json>=1.7:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-omniauth>=1.1:${PORTSDIR}/security/rubygem-omniauth \ + rubygem-omniauth-oauth>=1.0:${PORTSDIR}/net/rubygem-omniauth-oauth + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/security/rubygem-omniauth-bitbucket/distinfo b/security/rubygem-omniauth-bitbucket/distinfo new file mode 100644 index 000000000000..de13915f82c8 --- /dev/null +++ b/security/rubygem-omniauth-bitbucket/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-bitbucket-0.0.2.gem) = 85a00770c24d901a47b88caab1ee3634fd2b83fd07fe935876ae471fbed054d1 +SIZE (rubygem/omniauth-bitbucket-0.0.2.gem) = 6656 diff --git a/security/rubygem-omniauth-bitbucket/pkg-descr b/security/rubygem-omniauth-bitbucket/pkg-descr new file mode 100644 index 000000000000..9308edf36f39 --- /dev/null +++ b/security/rubygem-omniauth-bitbucket/pkg-descr @@ -0,0 +1,4 @@ +Ruby gem that implements the OmniAuth strategy of Atlassian Bitbucket +for usage in rubygem-onmiauth. + +WWW: https://github.com/sishen/omniauth-bitbucket |
