mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
19 lines
898 B
Plaintext
19 lines
898 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup {activeldap ruby-activeldap} 0.8.3.1 gem \
|
|
{} rubygems
|
|
maintainers nomaintainer
|
|
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 https://activeldap.github.io
|
|
categories-append databases
|
|
platforms any
|
|
supported_archs noarch
|
|
depends_lib-append port:rb-ldap port:rb-log4r
|