26cad1ebdb
* Fix "URI.escape is obsolete" warnings on Ruby>=1.9 * Alias encode to escape and decode to unescape
12 lines
323 B
Makefile
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"
|