8d4d7378c5
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. * Update dependency according to gemspec. == 1.6.3 - 2-Oct-2009 * Updated Windows platform handling code to include mingw and cygwin. * Added the :gem rake task. * Minor gemspec updates. * Some minor test suite updates. == 1.6.2 - 4-Aug-2009 * Now compatible with Ruby 1.9.x. * License changed to Artistic 2.0. * Added the Pathname.pwd method as a synonym for Pathname.new(Dir.pwd). * Modified Pathname#dirname so that you can specify a level that indicates how many levels up you want to retrieve. For example, if your path was '/usr/local/bin', then path.dirname(2) would return '/usr'. * Now compatible with Ruby 1.9.x. * Bumped required version of the facade library to 1.0.4.
14 lines
399 B
Makefile
14 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/09/10 06:08:32 taca Exp $
|
|
|
|
DISTNAME= pathname2-1.6.3
|
|
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"
|