pkgsrc/devel/ruby-priority-queue/Makefile
taca 5e9b7f1aea * Remove .require_paths from PLIST
* Don't try to patch gemspec file but use pre-generated one.

Bump PKGREVISION.
2011-11-08 15:45:12 +00:00

17 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/11/08 15:45:12 taca Exp $
DISTNAME= PriorityQueue-0.1.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/PriorityQueue/priority-queue/}
PKGREVISION= 4
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
pre-configure:
${CP} ${FILESDIR}/gemspec ${GEM_SPECFILE}
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"