Ticket #6966: Portfile

File Portfile, 692 bytes (added by rcavanaugh@…, 18 years ago)

ATTACHMENT: rb-activerecord-1.13.2

Line 
1# $Id: $
2
3PortSystem        1.0
4PortGroup         ruby 1.0
5ruby.setup        activerecord 1.13.2 gem {} rubyforge:7641
6categories-append devel
7maintainers       rcavanaugh@gmail.com
8description       Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.
9long_description  Implements the ActiveRecord pattern (Fowler, PoEAA) for \
10                  ORM. It ties database tables and classes together for \
11                  business objects, like Customer or Subscription, that \
12                  can find, save, and destroy themselves without resorting \
13                  to manual SQL.
14checksums         md5 2c1beab0444577cd1569487c54f69912
15
16depends_lib-append  port:rb-activesupport