21 lines
492 B
Makefile
21 lines
492 B
Makefile
# $OpenBSD: Makefile,v 1.4 2009/01/31 12:40:07 bernd Exp $
|
|
|
|
COMMENT = the full Merb stack
|
|
|
|
DISTNAME = merb-more-${VERSION}
|
|
|
|
RUN_DEPENDS = ::www/ruby-merb/core \
|
|
::www/ruby-merb/action-args \
|
|
::www/ruby-merb/assets \
|
|
::www/ruby-merb/slices \
|
|
::www/ruby-merb/auth \
|
|
::www/ruby-merb/cache \
|
|
::www/ruby-merb/exceptions \
|
|
::www/ruby-merb/gen \
|
|
::www/ruby-merb/haml \
|
|
::www/ruby-merb/helpers \
|
|
::www/ruby-merb/mailer \
|
|
::www/ruby-merb/param-protection
|
|
|
|
.include <bsd.port.mk>
|