Ticket #15779: p5-algorithm-dependency-Portfile.txt

File p5-algorithm-dependency-Portfile.txt, 1.1 KB (added by stolen-from-macports-trac@…, 16 years ago)
Line 
1# $Id: Portfile 30247 2007-10-23 02:05:08Z jmpp@macports.org $
2
3PortSystem          1.0
4PortGroup           perl5 1.0
5
6perl5.setup         Algorithm-Dependency 1.106
7maintainers         nomaintainer
8description         Base class for implementing various dependency trees
9long_description \
10    Algorithm::Dependency is a framework for creating simple read-only \
11    dependency hierachies, where you have a set of items that rely on \
12    other items in the set, and require actions on them as well.\
13    Despite the most visible of these being software installation systems \
14    like the CPAN installer, or debian apt-get, they are usefull in other \
15    situations. This module intentionally uses implementation-neutral \
16    words, to avoid confusion.
17
18platforms           darwin
19
20checksums           md5     60cb5584ceacd0a569537bc0ff359e1f \
21                    sha1    cd2673f9962ec9ac1260e9927d8b2a421689559e \
22                    rmd160  39563b0cfe1d94f89d407a7d82f56cc5ba0d9d9a
23
24depends_lib-append      port:p5-params-util
25depends_build-append    port:p5-test-simple port:p5-test-classapi
26