pkgsrc/devel/ruby-inline/Makefile
taca f5f23857bb Update ruby-inline pacakge to 3.7.0.
=== 3.7.0 / 2008-06-09

* 1 major enhancements:

  * Removed inline_package in favor of hoe's packaging.

* 2 minor enhancements:

  * Switched from warn/exit to abort to fix buffering for error messages.
  * Improved some error messages.

* 2 bug fixes:

  * Fixes for rubinius.
  * Fixes for 1.9.
2008-06-22 16:01:43 +00:00

14 lines
407 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/06/22 16:01:43 taca Exp $
DISTNAME= RubyInline-3.7.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/
COMMENT= Embed C/C++ code directly in Ruby
DEPENDS+= hoe>=1.5.1:../../devel/hoe
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"