summaryrefslogtreecommitdiff
path: root/security/ruby-oauth/Makefile
blob: 80fe3a5ad9d653706a558c1e227789ca88c0d9c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.17 2021/05/30 15:42:22 taca Exp $

DISTNAME=	oauth-0.5.6
CATEGORIES=	security

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

USE_LANGUAGES=	# none

RUBYGEM_OPTIONS+=	--format-executable

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