diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-03-03 14:36:57 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-03-03 14:36:57 +0000 |
commit | 5583cbdda42d6173b257120b3c4fcb99fd00dab4 (patch) | |
tree | 0accb361764eb9695cf303378df039934a822254 /net/rubygem-simple_oauth | |
parent | 713fb272523151a4e0ec7e7f7943ad78ed879f5e (diff) | |
download | ports-5583cbdda42d6173b257120b3c4fcb99fd00dab4.tar.gz ports-5583cbdda42d6173b257120b3c4fcb99fd00dab4.zip |
Notes
Diffstat (limited to 'net/rubygem-simple_oauth')
-rw-r--r-- | net/rubygem-simple_oauth/Makefile | 22 | ||||
-rw-r--r-- | net/rubygem-simple_oauth/distinfo | 2 | ||||
-rw-r--r-- | net/rubygem-simple_oauth/pkg-descr | 4 |
3 files changed, 28 insertions, 0 deletions
diff --git a/net/rubygem-simple_oauth/Makefile b/net/rubygem-simple_oauth/Makefile new file mode 100644 index 000000000000..29fdde03ff6a --- /dev/null +++ b/net/rubygem-simple_oauth/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: simple_oauth +# Date created: Mar 03, 2011 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= simple_oauth +PORTVERSION= 0.1.2 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Rubygem for Simply builds and verifies OAuth headers + +RUN_DEPENDS= rubygem-mocha>=0:${PORTSDIR}/devel/rubygem-mocha + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-simple_oauth/distinfo b/net/rubygem-simple_oauth/distinfo new file mode 100644 index 000000000000..9fefbf3d60f8 --- /dev/null +++ b/net/rubygem-simple_oauth/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/simple_oauth-0.1.2.gem) = 6eecce2e23f32a0f83a6e56528c4609fdc5cc50a18379bf961a059582f2598da +SIZE (rubygem/simple_oauth-0.1.2.gem) = 11264 diff --git a/net/rubygem-simple_oauth/pkg-descr b/net/rubygem-simple_oauth/pkg-descr new file mode 100644 index 000000000000..ba1f327a7272 --- /dev/null +++ b/net/rubygem-simple_oauth/pkg-descr @@ -0,0 +1,4 @@ +Rubygem-simple_oauth is a RubyGem for simply builds and +verifies OAuth headers. + +WWW: http://github.com/laserlemon/simple_oauth |