ports/textproc/ruby-haml/Makefile

24 lines
400 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= HTML Abstraction Markup Language for Ruby
DISTNAME= haml-3.1.7
REVISION = 1
CATEGORIES= textproc
HOMEPAGE= http://haml.hamptoncatlin.com/
# MIT
PERMIT_PACKAGE= 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>