diff options
Diffstat (limited to 'security/ruby-soauth/Makefile')
-rw-r--r-- | security/ruby-soauth/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/ruby-soauth/Makefile b/security/ruby-soauth/Makefile index 031a5feae6a..e0db337fea9 100644 --- a/security/ruby-soauth/Makefile +++ b/security/ruby-soauth/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/08/03 04:55:10 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/10 07:47:05 taca Exp $ DISTNAME= soauth-0.2 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= security MAINTAINER= obache@NetBSD.org @@ -9,7 +8,5 @@ HOMEPAGE= http://github.com/tofumatt/soauth COMMENT= Ruby library that creates HTTP headers for OAuth Authorization LICENSE= mit -GEM_BUILD= gemspec - -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |