Portfile

# $Id: Portfile 20534 2006-11-05 10:10:24Z pguyot@kallisys.net $

PortSystem 1.0
PortGroup ruby 1.0

ruby.setup activerecord 1.14.4 gem {} rubyforge:12245

categories-append devel
maintainers rcavanaugh@gmail.com

description Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.
long_description Implements the ActiveRecord pattern (Fowler, PoEAA) for \
ORM. It ties database tables and classes together for \
business objects, like Customer or Subscription, that \
can find, save, and destroy themselves without resorting \
to manual SQL.

checksums md5 831a4398031e8177aea8985ebf5a27ac \
sha1 c8c22eebbce894f99e6fee7394a1160402fea510 \
rmd160 04bd77f816ae9bb736c58d31aeef8c088b3bebdf

depends_lib-append port:rb-activesupport