12 lines
290 B
Makefile
12 lines
290 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/09/16 12:00:09 espie Exp $
|
|
|
|
COMMENT = provide HAML support for Merb
|
|
|
|
DISTNAME = merb-haml-${VERSION}
|
|
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>
|