summaryrefslogtreecommitdiff
path: root/security/ruby-oauth/Makefile
blob: 114c8dbea402e2dd0bdfe9bef0d63e07da9f6586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.8 2011/07/11 11:28:34 obache Exp $

DISTNAME=	oauth-0.4.5
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"