2009-01-31 07:40:06 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2009/01/31 12:40:06 bernd Exp $
|
2008-04-19 17:57:18 -04:00
|
|
|
|
2009-01-31 07:40:06 -05:00
|
|
|
COMMENT = fast, lightweight MVC framework for Ruby - merb-core
|
2008-04-19 17:57:18 -04:00
|
|
|
|
2009-01-31 07:40:06 -05:00
|
|
|
DISTNAME = merb-core-${VERSION}
|
2008-04-19 17:57:18 -04:00
|
|
|
|
2009-01-31 07:40:06 -05:00
|
|
|
RUN_DEPENDS = ::devel/ruby-extlib \
|
|
|
|
::textproc/ruby-erubis \
|
2008-04-19 17:57:18 -04:00
|
|
|
::devel/ruby-rake \
|
|
|
|
::devel/ruby-rspec \
|
|
|
|
::www/ruby-rack \
|
|
|
|
::mail/ruby-mime-types \
|
2009-01-31 07:40:06 -05:00
|
|
|
::sysutils/ruby-thor \
|
2008-04-19 17:57:18 -04:00
|
|
|
::converters/ruby-json
|
|
|
|
|
2009-01-31 07:40:06 -05:00
|
|
|
GEM_SKIPDEPENDS = json_pure
|
2008-04-19 17:57:18 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|