ffe83a4e2f
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@
21 lines
401 B
Makefile
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>
|