summaryrefslogtreecommitdiff
path: root/devel/ruby-inline/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-09-10 05:50:40 +0000
committertaca <taca>2010-09-10 05:50:40 +0000
commitf78776de00a5a82db9447e0459ed803335a3f490 (patch)
tree172f9db2e6b1525234730718dd1d25edd2e6e169 /devel/ruby-inline/Makefile
parentad5be92bee514b85dab53561280c47002651fcca (diff)
downloadpkgsrc-f78776de00a5a82db9447e0459ed803335a3f490.tar.gz
Update devel/ruby-inline to 3.8.6.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update dependency according to gemspec. === 3.8.6 / 2010-09-03 * 1 bug fix: * Had to fix the ZenTest dependency to work with the whole 4.x series === 3.8.5 / 2010-09-01 * 1 bug fix: * Added DLDFLAGS to compiler flags to fix OSX linking on 1.9.2 === 3.8.4 / 2009-12-09 * 1 bug fix: * Clean up example.rb and force removal of ~/.ruby_inline
Diffstat (limited to 'devel/ruby-inline/Makefile')
-rw-r--r--devel/ruby-inline/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/ruby-inline/Makefile b/devel/ruby-inline/Makefile
index 2197072aba1..b083c3cb244 100644
--- a/devel/ruby-inline/Makefile
+++ b/devel/ruby-inline/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2009/11/23 13:50:06 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/10 05:50:40 taca Exp $
-DISTNAME= RubyInline-3.8.3
+DISTNAME= RubyInline-3.8.6
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl}
CATEGORIES= devel
@@ -9,8 +9,7 @@ HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/
COMMENT= Embed C/C++ code directly in Ruby
LICENSE= mit
-DEPENDS+= hoe>=1.5.1:../../devel/hoe
-DEPENDS+= ZenTest>=0:../../devel/ZenTest
+DEPENDS+= ${RUBY_PKGPREFIX}-ZenTest>=4.3:../../devel/ZenTest
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"