pkgsrc/security/ruby-oauth/Makefile
2011-02-25 06:35:23 +00:00

16 lines
391 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/02/25 06:35:23 obache Exp $
DISTNAME= oauth-0.4.4
PKGREVISION= 1
CATEGORIES= security
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://oauth.rubyforge.org/
#HOMEPAGE= http://github.com/oauth/oauth-ruby
COMMENT= OAuth Core Ruby implementation
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"