pkgsrc/devel/ruby-rbtree/Makefile

15 lines
387 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/02/21 16:01:15 taca Exp $
DISTNAME= rbtree-0.3.0
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 mkmf.log
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"