openbsd-ports/devel/ruby-hike/Makefile
jeremy ffe83a4e2f Import ruby-hike 1.2.1, a Rails 3.1 dependency
Hike is a Ruby library for finding files in a set of paths. Use it to
implement search paths, load paths, and the like.

OK claudio@
2011-12-13 17:34:48 +00:00

21 lines
401 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/12/13 17:34:48 jeremy Exp $
COMMENT = library for finding files in a set of paths
DISTNAME = hike-1.2.1
CATEGORIES = devel
HOMEPAGE = https://github.com/sstephenson/hike
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>