# HG changeset patch
# Parent ec01990ed6572b83e99a0611504d71fd2d08ce9e
diff -r ec01990ed657 rsync.macports.org/release/ports/perl/p5-algorithm-dependency/Portfile
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup perl5 1.0 |
5 | 5 | |
6 | | perl5.setup Algorithm-Dependency 1.106 |
7 | | maintainers nomaintainer |
| 6 | perl5.setup Algorithm-Dependency 1.110 |
| 7 | license Artistic/GPL |
| 8 | maintainers l2g.to:larry+macports |
8 | 9 | description Base class for implementing various dependency trees |
9 | 10 | long_description Algorithm::Dependency is a framework for creating simple \ |
10 | 11 | read-only dependency hierarchies, where you have a set \ |
… |
… |
|
17 | 18 | |
18 | 19 | platforms darwin |
19 | 20 | |
20 | | checksums md5 60cb5584ceacd0a569537bc0ff359e1f \ |
21 | | sha1 cd2673f9962ec9ac1260e9927d8b2a421689559e \ |
22 | | rmd160 39563b0cfe1d94f89d407a7d82f56cc5ba0d9d9a |
| 21 | checksums md5 dc1dab2ac44c315caa092397423b1429 \ |
| 22 | sha1 341eb6e5319790068c86a4862826e2a4ba749b1d \ |
| 23 | rmd160 56995f5f6e7c4116fa11b1c9e1e0198ee85393f6 |
23 | 24 | |
| 25 | depends_build-append \ |
| 26 | port:p5-test-classapi |
24 | 27 | depends_lib-append port:p5-params-util |
25 | 28 | |
26 | 29 | supported_archs noarch |