openbsd-ports/www/ruby-merb/gen/Makefile
bernd ca4119c64e Initial import of ruby-merb-0.9.2.
Like Ruby on Rails, Merb is an MVC framework. Unlike Rails, Merb is
ORM-agnostic, JavaScript library agnostic, and template language
agnostic, preferring plugins that add in support for a particular
feature rather than trying to produce a monolithic library with
everything in the core. In fact, this is a guiding principle of the
project, which has led to third-party support for the ActiveRecord,
DataMapper, and Sequel ORMs.
2008-04-19 21:57:18 +00:00

11 lines
234 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/04/19 21:57:36 bernd Exp $
COMMENT= application and plugin generators for Merb
DISTNAME= merb-gen-${VERSION}
RUN_DEPENDS= ::www/ruby-merb/core \
::textproc/ruby-rubigen
.include <bsd.port.mk>