6b9a0108b4
* Bump PKGREVISION.
15 lines
387 B
Makefile
15 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/11/08 15:37:33 taca Exp $
|
|
|
|
DISTNAME= rbtree-0.3.0
|
|
PKGREVISION= 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 mkmf.log
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|