2013-01-14 13:42:24 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2013/01/14 18:42:24 jeremy Exp $
|
2008-04-19 15:11:21 -04:00
|
|
|
|
|
|
|
COMMENT= HTML Abstraction Markup Language for Ruby
|
|
|
|
|
2013-01-14 13:42:24 -05:00
|
|
|
DISTNAME= haml-3.1.7
|
2008-04-19 15:11:21 -04:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
|
|
|
HOMEPAGE= http://haml.hamptoncatlin.com/
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
|
2009-08-20 19:10:25 -04:00
|
|
|
MODRUBY_REGRESS= rake
|
2008-04-19 15:11:21 -04:00
|
|
|
|
2013-01-14 13:42:24 -05:00
|
|
|
# Remove tests that depend on Rails
|
|
|
|
pre-regress:
|
|
|
|
rm ${WRKSRC}/test/haml/template_test.rb \
|
|
|
|
${WRKSRC}/test/haml/helper_test.rb
|
|
|
|
|
2008-04-19 15:11:21 -04:00
|
|
|
.include <bsd.port.mk>
|