summaryrefslogtreecommitdiff
path: root/security/ruby-soauth
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-10 07:47:05 +0000
committertaca <taca@pkgsrc.org>2010-09-10 07:47:05 +0000
commit24346df41dd8a0a26178c51fcf9f385865d9a3e8 (patch)
treeec67c6fd91934d79d94ca95e4dfe6d8449033641 /security/ruby-soauth
parent2b93955c41c7114adcd843f85904de54168491d6 (diff)
downloadpkgsrc-24346df41dd8a0a26178c51fcf9f385865d9a3e8.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
Diffstat (limited to 'security/ruby-soauth')
-rw-r--r--security/ruby-soauth/Makefile7
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"