diff options
author | swills <swills@FreeBSD.org> | 2013-10-21 05:29:32 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-10-21 05:29:32 +0800 |
commit | f6335389d441411ce2b4b138954c349ef2bf8e83 (patch) | |
tree | dc22d563e863857d9cf870b51613aceade2497cc | |
parent | b5e05116d788c47528a840c4af18de8833248d8a (diff) | |
download | freebsd-ports-gnome-f6335389d441411ce2b4b138954c349ef2bf8e83.tar.gz freebsd-ports-gnome-f6335389d441411ce2b4b138954c349ef2bf8e83.tar.zst freebsd-ports-gnome-f6335389d441411ce2b4b138954c349ef2bf8e83.zip |
Very simple authorization gem
WWW: https://github.com/randx/six
PR: ports/182690
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-six/Makefile | 17 | ||||
-rw-r--r-- | security/rubygem-six/distinfo | 2 | ||||
-rw-r--r-- | security/rubygem-six/pkg-descr | 3 |
4 files changed, 23 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index cdf365a3da1f..1f908a786ccc 100644 --- a/security/Makefile +++ b/security/Makefile @@ -870,6 +870,7 @@ SUBDIR += rubygem-rc4 SUBDIR += rubygem-roauth SUBDIR += rubygem-ruby-hmac + SUBDIR += rubygem-six SUBDIR += rubygem-twitter_oauth SUBDIR += safesh SUBDIR += saint diff --git a/security/rubygem-six/Makefile b/security/rubygem-six/Makefile new file mode 100644 index 000000000000..df18285560f4 --- /dev/null +++ b/security/rubygem-six/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= six +PORTVERSION= 0.2.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Very simple authorization gem + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/security/rubygem-six/distinfo b/security/rubygem-six/distinfo new file mode 100644 index 000000000000..a535222db7f6 --- /dev/null +++ b/security/rubygem-six/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/six-0.2.0.gem) = 83c73d4aa60ff76172ec257f45b098c66f7a8b89883bcaaec42517287dbc0aae +SIZE (rubygem/six-0.2.0.gem) = 4096 diff --git a/security/rubygem-six/pkg-descr b/security/rubygem-six/pkg-descr new file mode 100644 index 000000000000..0bc887d0e282 --- /dev/null +++ b/security/rubygem-six/pkg-descr @@ -0,0 +1,3 @@ +Very simple authorization gem + +WWW: https://github.com/randx/six |