12 lines
296 B
Makefile
12 lines
296 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/05/09 17:33:17 bernd Exp $
|
|
|
|
COMMENT= fast, lightweight MVC framework for Ruby
|
|
|
|
DISTNAME= merb-${VERSION}
|
|
|
|
RUN_DEPENDS= :ruby-merb-core-${VERSION}*:www/ruby-merb/core \
|
|
:ruby-merb-more-${VERSION}*:www/ruby-merb/more \
|
|
::www/ruby-mongrel
|
|
|
|
.include <bsd.port.mk>
|