b6dee17ddc
Bump PKGREVISION.
16 lines
391 B
Makefile
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"
|