pkgsrc/security/ruby-oauth/Makefile
taca 359749ffa1 Update HOMEPAGE.
Changes from 0.4.7 are too many to write here, please refer commit log:
<https://github.com/oauth-xx/oauth-ruby/commits/master>.
2016-03-15 15:15:49 +00:00

14 lines
346 B
Makefile

# $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"