11 lines
218 B
Makefile
11 lines
218 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/01/31 12:40:06 bernd Exp $
|
|
|
|
COMMENT = provide HAML support for Merb
|
|
|
|
DISTNAME = merb-haml-${VERSION}
|
|
|
|
RUN_DEPENDS = ::www/ruby-merb/core \
|
|
::textproc/ruby-haml
|
|
|
|
.include <bsd.port.mk>
|