# $Id: Portfile 38435 2008-07-20 13:03:07Z jmr@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          {activeldap ruby-activeldap} 0.8.3.1 gem \
                    {} rubyforge_gem
maintainers         basen.net:kajtzu
description         an ActiveRecord inspired way of accessing LDAP
long_description    Ruby/ActiveLDAP provides an object oriented interface to LDAP. \
                    This library was inspired by ActiveRecord (both the concept and the \
                    library). It maps LDAP entries to Ruby objects with LDAP attribute \
                    accessors exposed as methods dynamically assigned based on your LDAP \
                    schema and each object's objectClasses.
checksums           md5 62100c8ed2be311ff9ededf36c226981
homepage            http://ruby-activeldap.rubyforge.org/
categories-append   databases
platforms           darwin
depends_lib-append  port:rb-ldap port:rb-log4r
