pkgsrc/devel/ruby-rbtree/Makefile
taca a6d6e3a81e Update ruby-rbtree to 0.4.2.
Changes are not available.
2014-03-14 16:30:56 +00:00

16 lines
434 B
Makefile

# $NetBSD: Makefile,v 1.13 2014/03/14 16:30:56 taca Exp $
DISTNAME= rbtree-0.4.2
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 rbtree.${RUBY_DLEXT} mkmf.log .RUBYARCHDIR.time
USE_GCC_RUNTIME= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"