2014-03-14 17:30:56 +01:00
|
|
|
# $NetBSD: Makefile,v 1.13 2014/03/14 16:30:56 taca Exp $
|
2007-04-21 12:20:05 +02:00
|
|
|
|
2014-03-14 17:30:56 +01:00
|
|
|
DISTNAME= rbtree-0.4.2
|
2007-04-21 12:20:05 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2008-08-15 18:06:21 +02:00
|
|
|
HOMEPAGE= http://rubyforge.org/projects/rbtree/
|
2007-04-21 12:20:05 +02:00
|
|
|
COMMENT= Sorted associative collection using Red-Black Trees for Ruby
|
2010-09-10 08:15:47 +02:00
|
|
|
LICENSE= mit
|
2007-04-21 12:20:05 +02:00
|
|
|
|
2013-07-21 04:42:09 +02:00
|
|
|
GEM_CLEANBUILD= Makefile *.o rbtree.${RUBY_DLEXT} mkmf.log .RUBYARCHDIR.time
|
2007-04-21 12:20:05 +02:00
|
|
|
|
2014-03-13 12:08:49 +01:00
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
|
2010-09-10 08:15:47 +02:00
|
|
|
.include "../../lang/ruby/gem.mk"
|
2007-04-21 12:20:05 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|