pkgsrc/devel/ruby-getopt/Makefile
taca 6eb41853d8 Update devel/ruby-getopt package to 1.4.1.
== 1.4.1 - 17-Jul-2011
* Now works with Ruby 1.9.x. Thanks go to Shura for the patch.
* Refactored the gemspec. Gem building code is now handled by Rake tasks.
* Refactored the Rakefile. Added a default task, removed the old install
  task, and namespaced the gem related tasks.
2011-08-12 16:31:07 +00:00

12 lines
316 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/08/12 16:31:07 taca Exp $
DISTNAME= getopt-1.4.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rubyforge.org/projects/shards
COMMENT= Another option parsers for Ruby
LICENSE= artistic-2.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"