summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca>2010-09-10 07:47:05 +0000
committertaca <taca>2010-09-10 07:47:05 +0000
commit6dd6124b97b22aab9d8054ace72496640f951688 (patch)
treeec67c6fd91934d79d94ca95e4dfe6d8449033641 /security
parentde46754c60a3e444ca7bfb56e25a6c0c83faa36d (diff)
downloadpkgsrc-6dd6124b97b22aab9d8054ace72496640f951688.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
Diffstat (limited to 'security')
-rw-r--r--security/ruby-roauth/Makefile7
-rw-r--r--security/ruby-soauth/Makefile7
2 files changed, 4 insertions, 10 deletions
diff --git a/security/ruby-roauth/Makefile b/security/ruby-roauth/Makefile
index 0f254b484b1..5f57ef2a2fd 100644
--- a/security/ruby-roauth/Makefile
+++ b/security/ruby-roauth/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2010/08/17 04:48:46 obache Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/10 07:47:05 taca Exp $
DISTNAME= roauth-0.0.3
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= security
MAINTAINER= obache@NetBSD.org
@@ -9,7 +8,5 @@ HOMEPAGE= http://github.com/maccman/roauth
COMMENT= Simple Ruby OAuth library
LICENSE= mit
-GEM_BUILD= gemspec
-
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
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"