2017-06-02 06:16:35 +02:00
|
|
|
# $NetBSD: Makefile,v 1.15 2017/06/02 04:16:35 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
|
2015-09-25 10:55:44 +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
|
|
|
|
2017-06-02 06:16:35 +02:00
|
|
|
GEM_CLEANBUILD= Makefile *.o rbtree.${RUBY_DLEXT} mkmf.log .*.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"
|