mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
989 B
Plaintext
22 lines
989 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup mindi 0.3 install.rb {README examples doc}
|
|
maintainers nomaintainer
|
|
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 e67dda18d663e7ef40b54281a6366caa
|
|
homepage http://redshift.sourceforge.net/${ruby.module}/
|
|
master_sites ${homepage}
|
|
license Ruby
|
|
platforms any
|
|
supported_archs noarch
|
|
extract.suffix .tgz
|