12 lines
308 B
Makefile
12 lines
308 B
Makefile
# $OpenBSD: Makefile,v 1.12 2011/09/16 12:00:09 espie Exp $
|
|
|
|
COMMENT = application and plugin generators for Merb
|
|
|
|
DISTNAME = merb-gen-${VERSION}
|
|
REVISION = 1
|
|
|
|
RUN_DEPENDS = www/ruby-merb/core,${MODRUBY_FLAVOR}${MERB_REL_VER_SPEC} \
|
|
textproc/ruby-templater,${MODRUBY_FLAVOR}>=1.0.0
|
|
|
|
.include <bsd.port.mk>
|