summaryrefslogtreecommitdiff
path: root/security/ruby-roauth
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-roauth
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-roauth')
-rw-r--r--security/ruby-roauth/Makefile7
1 files changed, 2 insertions, 5 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"