diff --git a/security/Makefile b/security/Makefile index c38c46a5f4ed..b8310a42745f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -761,6 +761,7 @@ SUBDIR += rubygem-net-ssh SUBDIR += rubygem-net-ssh-gateway SUBDIR += rubygem-nmap-parser + SUBDIR += rubygem-roauth SUBDIR += saferpay SUBDIR += safesh SUBDIR += saint diff --git a/security/rubygem-roauth/Makefile b/security/rubygem-roauth/Makefile new file mode 100644 index 000000000000..3b64fecfd807 --- /dev/null +++ b/security/rubygem-roauth/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rubygem-roauth +# Date created: 2010-11-03 +# Whom: TAKATSU Tomonari +# +# $FreeBSD$ +# + +PORTNAME= roauth +PORTVERSION= 0.0.6 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= tota@FreeBSD.org +COMMENT= Simple Ruby OAuth library + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEMS_AUTOPLIST= yes + +.include diff --git a/security/rubygem-roauth/distinfo b/security/rubygem-roauth/distinfo new file mode 100644 index 000000000000..b0e4e073b575 --- /dev/null +++ b/security/rubygem-roauth/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/roauth-0.0.6.gem) = fba380abd94655023b275632351d0f6afdd515f3ec4ab4da7c1d5f7add9eafc1 +SIZE (rubygem/roauth-0.0.6.gem) = 7168 diff --git a/security/rubygem-roauth/pkg-descr b/security/rubygem-roauth/pkg-descr new file mode 100644 index 000000000000..9262d603982f --- /dev/null +++ b/security/rubygem-roauth/pkg-descr @@ -0,0 +1,3 @@ +A simple OAuth library that supports OAuth header signing, and header verifying. + +WWW: http://github.com/maccman/roauth