summaryrefslogtreecommitdiff
path: root/security/ruby-oauth/Makefile
blob: 6555928950b95602b603547792ae4e70709ed5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.9 2012/04/22 11:54:18 obache Exp $

DISTNAME=	oauth-0.4.6
CATEGORIES=	security

MAINTAINER=	obache@NetBSD.org
HOMEPAGE=	http://oauth.rubyforge.org/
#HOMEPAGE=	http://github.com/oauth/oauth-ruby
COMMENT=	OAuth Core Ruby implementation
LICENSE=	mit

RUBYGEM_OPTIONS+=	--format-executable

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"