openbsd-ports/www/ruby-raindrops/Makefile
jeremy e79a176be2 Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius
gem directory when upgrading rubinius from 1.2.4 to 2.1.1.
2013-10-26 23:55:34 +00:00

30 lines
659 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/10/26 23:55:38 jeremy Exp $
COMMENT = real-time stats toolkit for Rack HTTP servers
DISTNAME = raindrops-0.10.0
REVISION = 1
CATEGORIES = www
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# LGPLv2.1/LGPLv3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem ext
# XXX only actually required for gcc2/3 arch
BUILD_DEPENDS += libatomic_ops-*:devel/boehm-gc,-atomic
TEST_DEPENDS = devel/gmake \
www/ruby-unicorn,${MODRUBY_FLAVOR} \
${FULLPKGNAME}:${BUILD_PKGPATH}
do-test:
cd ${WRKSRC} && ${SETENV} RUBYOPT=-rubygems \
RUBYLIB=${WRKSRC}/lib gmake test RUBY=${RUBY}
.include <bsd.port.mk>