openbsd-ports/textproc/ruby-haml/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

26 lines
468 B
Makefile

# $OpenBSD: Makefile,v 1.16 2013/10/26 23:55:37 jeremy Exp $
COMMENT= HTML Abstraction Markup Language for Ruby
DISTNAME= haml-3.1.7
REVISION = 0
CATEGORIES= textproc
HOMEPAGE= http://haml.hamptoncatlin.com/
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
MODRUBY_TEST= rake
# Remove tests that depend on Rails
pre-test:
rm ${WRKSRC}/test/haml/template_test.rb \
${WRKSRC}/test/haml/helper_test.rb
.include <bsd.port.mk>