openbsd-ports/devel/ruby-isolate/Makefile
jeremy 5ae6098d07 Import ruby-isolate, a regress dependency for unicorn and rainbows.
Isolate is a very simple RubyGems sandbox. It provides a way to express
and automatically install your project's Gem dependencies.

ok landry
2010-12-09 20:04:23 +00:00

29 lines
647 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 20:04:23 jeremy Exp $
COMMENT = very simple RubyGems sandbox
DISTNAME = isolate-3.0.0
CATEGORIES = devel
HOMEPAGE= http://github.com/jbarnette/isolate
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT License
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
# Regress tests don't work
REGRESS_DEPENDS = devel/ruby-minitest,${MODRUBY_FLAVOR} \
devel/ruby-hoe,${MODRUBY_FLAVOR}
do-regress:
cd ${WRKSRC}/test && ${RUBY} -rubygems -I . -I ../lib test_isolate.rb
.include <bsd.port.mk>