11 lines
235 B
Makefile
11 lines
235 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/01/31 12:40:06 bernd Exp $
|
|
|
|
COMMENT = application and plugin generators for Merb
|
|
|
|
DISTNAME = merb-gen-${VERSION}
|
|
|
|
RUN_DEPENDS = ::www/ruby-merb/core \
|
|
::textproc/ruby-templater
|
|
|
|
.include <bsd.port.mk>
|