summaryrefslogtreecommitdiff
path: root/security/ruby-oauth/Makefile
blob: 71cbfaf7b385bede79e5cfe8f810b3bdd2229587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.13 2016/03/15 15:15:49 taca Exp $

DISTNAME=	oauth-0.5.1
CATEGORIES=	security

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/oauth-xx/oauth-ruby
COMMENT=	OAuth Core Ruby implementation
LICENSE=	mit

RUBYGEM_OPTIONS+=	--format-executable

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