pkgsrc/devel/ruby-rbtree/Makefile
taca 7067f66ecf Update devel/ruby-rbtree to 0.3.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.


2009-11-14  OZAWA Takuma

	* version 0.3.0 released.

2009-11-10  OZAWA Takuma

	* rbtree.c: applied patches for Ruby 1.9 by Florian Gilcher and
	Nobu Nakada. Thanks.
	http://redmine.ruby-lang.org/issues/show/2348

	* test.rb: ditto.

	* extconf.rb: ditto.

	* extconf.rb: remove options for only gcc.

	* test.rb (test_inspect): correct recursion tests.

	* rbtree.c (rbtree_to_s_recursive): should return if recursive.

	* test.rb (test_to_s): add recursion tests.
2010-09-10 06:15:47 +00:00

14 lines
372 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/09/10 06:15:47 taca Exp $
DISTNAME= rbtree-0.3.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/rbtree/
COMMENT= Sorted associative collection using Red-Black Trees for Ruby
LICENSE= mit
GEM_CLEANBUILD= Makefile *.o mkmf.log
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"