pkgsrc/devel/ruby-rbtree/Makefile
2013-07-07 15:25:59 +00:00

15 lines
409 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/07/07 15:25:59 taca Exp $
DISTNAME= rbtree-0.4.1
PKGREVISION= 1
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
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"