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.
10 lines
199 B
Makefile
10 lines
199 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/19 21:57:37 bernd Exp $
|
|
|
|
COMMENT= provide Part controllers for Merb
|
|
|
|
DISTNAME= merb-parts-${VERSION}
|
|
|
|
RUN_DEPENDS= ::www/ruby-merb/core
|
|
|
|
.include <bsd.port.mk>
|