Merge from vendor branch TNF:
[pkgsrc.git] / security / ruby-oauth / Makefile
1 # $NetBSD: Makefile,v 1.3 2010/08/14 02:55:23 obache Exp $
2
3 DISTNAME=       oauth-0.4.3
4 PKGNAME=        ${RUBY_PKGPREFIX}-${DISTNAME}
5 CATEGORIES=     security
6
7 MAINTAINER=     obache@NetBSD.org
8 HOMEPAGE=       http://oauth.rubyforge.org/
9 #HOMEPAGE=      http://github.com/oauth/oauth-ruby
10 COMMENT=        OAuth Core Ruby implementation
11 LICENSE=        mit
12
13 GEM_BUILD=      gemspec
14
15 .include "../../misc/rubygems/rubygem.mk"
16 .include "../../mk/bsd.pkg.mk"