pkgsrc/security/ruby-roauth/Makefile
obache 91cebf4447 Update ruby-roauth to 0.0.6.
* 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.
2010-10-16 05:03:23 +00:00

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"