a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup mindi 0.1 install.rb {README examples doc}
maintainers nomaintainer@macports.org
description Minimalist dependency injection
long_description MinDI is minimalist in that it attempts to map \
concepts of DI into basic ruby constructs, rather \
than into a layer of specialized constructs. In \
particular, classes and modules function as \
containers and registries, and methods and method \
definitions function as service points and services. \
Includes singleton, multiton, threaded, and deferred \
services.
checksums md5 5a0a1240806a93c467aaf6f658e5bc8d
homepage http://redshift.sourceforge.net/${ruby.module}/
master_sites ${homepage}
platforms darwin
extract.suffix .tgz