mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Add a new port: security/rubygem-roauth
A simple OAuth library that supports OAuth header signing, and header verifying. WWW: http://github.com/maccman/roauth
This commit is contained in:
parent
80c0a67632
commit
df91af9d1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264505
@ -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
|
||||
|
20
security/rubygem-roauth/Makefile
Normal file
20
security/rubygem-roauth/Makefile
Normal file
@ -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>
|
2
security/rubygem-roauth/distinfo
Normal file
2
security/rubygem-roauth/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/roauth-0.0.6.gem) = fba380abd94655023b275632351d0f6afdd515f3ec4ab4da7c1d5f7add9eafc1
|
||||
SIZE (rubygem/roauth-0.0.6.gem) = 7168
|
3
security/rubygem-roauth/pkg-descr
Normal file
3
security/rubygem-roauth/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A simple OAuth library that supports OAuth header signing, and header verifying.
|
||||
|
||||
WWW: http://github.com/maccman/roauth
|
Loading…
Reference in New Issue
Block a user