pkgsrc/security/ruby-oauth/Makefile
obache 3450cb043a Import ruby-oauth-0.4.0 as security/ruby-oauth.
This is a RubyGem for implementing both OAuth clients and servers in Ruby
applications.
2010-05-16 11:45:10 +00:00

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"