3450cb043a
This is a RubyGem for implementing both OAuth clients and servers in Ruby applications.
15 lines
362 B
Makefile
15 lines
362 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/05/16 11:45:10 obache Exp $
|
|
|
|
DISTNAME= oauth-0.4.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://oauth.rubyforge.org/
|
|
COMMENT= OAuth Core Ruby implementation
|
|
LICENSE= mit
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|