diff options
| author | TAKATSU Tomonari <tota@FreeBSD.org> | 2010-11-14 07:28:47 +0000 |
|---|---|---|
| committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2010-11-14 07:28:47 +0000 |
| commit | df91af9d1fc447d6c4865ab77731a4e4570e725e (patch) | |
| tree | 4c8c6ff7968839077f5feba89077450058a1bb2a /security/rubygem-roauth | |
| parent | 80c0a67632c64ef53af267de210fe6e4218018ac (diff) | |
Notes
Diffstat (limited to 'security/rubygem-roauth')
| -rw-r--r-- | security/rubygem-roauth/Makefile | 20 | ||||
| -rw-r--r-- | security/rubygem-roauth/distinfo | 2 | ||||
| -rw-r--r-- | security/rubygem-roauth/pkg-descr | 3 |
3 files changed, 25 insertions, 0 deletions
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 <tota@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |
