pkgsrc/devel/ruby-pathname2/Makefile
taca 5fe3ef6eb1 Update ruby-pathname2 package to 1.6.5.
== 1.6.5 - 19-Sep-2011
* Added the String#to_path instance method. This returns a Pathname
  object.
* The architecture for the Windows gem is now "universal", and some
  gemspec dependencies were simplified.
2011-12-15 15:08:49 +00:00

14 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/12/15 15:08:49 taca Exp $
DISTNAME= pathname2-1.6.5
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/shards
COMMENT= Alternate implementation of the Pathname library
LICENSE= artistic-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-facade>=1.0.4:../../devel/ruby-facade
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"