4f9664ab00
OK landry@
16 lines
458 B
Makefile
16 lines
458 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/01/06 04:24:25 jeremy Exp $
|
|
|
|
COMMENT = fast, lightweight MVC framework for Ruby - merb-core
|
|
|
|
DISTNAME = merb-core-${VERSION}
|
|
REVISION = 0
|
|
|
|
RUN_DEPENDS = devel/ruby-extlib,${MODRUBY_FLAVOR}>=0.9.13 \
|
|
textproc/ruby-erubis,${MODRUBY_FLAVOR}>=2.6.2 \
|
|
www/ruby-rack,${MODRUBY_FLAVOR} \
|
|
mail/ruby-mime-types,${MODRUBY_FLAVOR}>=1.16 \
|
|
devel/ruby-bundler,${MODRUBY_FLAVOR} \
|
|
${MODRUBY_RAKE_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|