91cebf4447
* add tests * Corrected a bogus array initialization. * Effectively double-escaped the normalized params for inclusion in the signature base as required by sections 9.1.1 and 9.1.3 of the OAuth 1.0 specification.
12 lines
292 B
Makefile
12 lines
292 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/10/16 05:03:23 obache Exp $
|
|
|
|
DISTNAME= roauth-0.0.6
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://github.com/maccman/roauth
|
|
COMMENT= Simple Ruby OAuth library
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|