diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 06:12:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 06:12:58 +0000 |
commit | 032d6fc113d4ebc3c2b248f7a2a6835aa5ab9a74 (patch) | |
tree | edc5c4b26e56f522aec1ce8fc89722e99a0a89bb | |
parent | 813d425e9e06ec9c9c975f1017224077a9a914ac (diff) | |
download | pkgsrc-032d6fc113d4ebc3c2b248f7a2a6835aa5ab9a74.tar.gz |
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
-rw-r--r-- | devel/ruby-priority-queue/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/ruby-priority-queue/Makefile b/devel/ruby-priority-queue/Makefile index 8ff47ed952e..af7f92ae5d4 100644 --- a/devel/ruby-priority-queue/Makefile +++ b/devel/ruby-priority-queue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/04/04 15:30:01 jlam Exp $ +# $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/} @@ -6,10 +6,9 @@ PKGREVISION= 2 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://ruby.brian-schroeder.de/priority-queue/ +HOMEPAGE= http://rubyforge.org/projects/priority-queue/ COMMENT= Fibonacci-heap priority-queue implementation for Ruby +LICENSE= gnu-gpl-v2 OR ruby-license -GEM_BUILD= gemspec - -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |