pkgsrc/devel/ruby-hike/Makefile
taca b87594e740 Importing ruby-hike version 1.2.1.
Hike
====

Hike is a Ruby library for finding files in a set of paths. Use it to
implement search paths, load paths, and the like.
2011-12-15 14:11:53 +00:00

12 lines
300 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/12/15 14:11:53 taca Exp $
DISTNAME= hike-1.2.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/sstephenson/hike
COMMENT= Find files in a set of paths
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"