You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.4 KiB
Tcl
35 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Algorithm-Dependency 1.112
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Base class for implementing various dependency trees
|
|
long_description Algorithm::Dependency is a framework for creating simple \
|
|
read-only dependency hierarchies, where you have a set \
|
|
of items that rely on other items in the set, and \
|
|
require actions on them as well. Despite the most \
|
|
visible of these being software installation systems \
|
|
like the CPAN installer, or debian apt-get, they are \
|
|
usefull in other situations. This module intentionally \
|
|
uses implementation-neutral words, to avoid confusion.
|
|
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 bac081b6cd5ee08d689b21908fef1c279451dab1 \
|
|
sha256 7e0fb7c39f56a2dccf9d0295c82f3031ee116e807f6a12a438fa4dd41b0ec187 \
|
|
size 43014
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-test-classapi
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-params-util
|
|
}
|
|
|
|
supported_archs noarch
|