pkgsrc/security/ruby-simple_oauth/Makefile
obache 26cad1ebdb Update ruby-simple_oauth to 0.2.0.
* Fix "URI.escape is obsolete" warnings on Ruby>=1.9
* Alias encode to escape and decode to unescape
2013-01-05 05:23:15 +00:00

12 lines
323 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/01/05 05:23:15 obache Exp $
DISTNAME= simple_oauth-0.2.0
CATEGORIES= security
MAINTAINER= obache@NetBSD.org
HOMEPAGE= https://github.com/laserlemon/simple_oauth
COMMENT= Simple builds and verifies OAuth headers
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"