49044b1ec2
directly into site_ruby.
15 lines
438 B
Makefile
15 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/04/04 15:30:01 jlam Exp $
|
|
|
|
DISTNAME= PriorityQueue-0.1.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/PriorityQueue/priority-queue/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ruby.brian-schroeder.de/priority-queue/
|
|
COMMENT= Fibonacci-heap priority-queue implementation for Ruby
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|