openbsd-ports/www/ruby-merb/haml/Makefile

12 lines
290 B
Makefile
Raw Normal View History

2011-09-16 08:00:05 -04:00
# $OpenBSD: Makefile,v 1.11 2011/09/16 12:00:09 espie Exp $
2009-01-31 07:40:06 -05:00
COMMENT = provide HAML support for Merb
2009-01-31 07:40:06 -05:00
DISTNAME = merb-haml-${VERSION}
2011-09-16 08:00:05 -04:00
REVISION= 0
RUN_DEPENDS = www/ruby-merb/core,${MODRUBY_FLAVOR}${MERB_REL_VER_SPEC} \
textproc/ruby-haml,${MODRUBY_FLAVOR}>=2.0.3
.include <bsd.port.mk>