pkgsrc/devel/ruby-priority-queue/Makefile
taca 9ac8a3ba0e * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 06:12:58 +00:00

14 lines
445 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/09/10 06:12:58 taca Exp $
DISTNAME= PriorityQueue-0.1.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/PriorityQueue/priority-queue/}
PKGREVISION= 2
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/priority-queue/
COMMENT= Fibonacci-heap priority-queue implementation for Ruby
LICENSE= gnu-gpl-v2 OR ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"