pkgsrc/security/ruby-oauth/Makefile

15 lines
349 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2017/12/09 19:18:47 tsutsui Exp $
DISTNAME= oauth-0.5.4
CATEGORIES= security
2015-03-15 18:56:15 +01:00
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"