p5-tree-dag_node: update to version 1.33, dependencies

This commit is contained in:
David B. Evans
2025-03-30 15:56:31 -07:00
parent 3411efe9ce
commit b97baddb09
+10 -17
View File
@@ -4,31 +4,24 @@ PortSystem 1.0
PortGroup perl5 1.0
perl5.branches 5.28 5.30 5.32 5.34
perl5.setup Tree-DAG_Node 1.32
perl5.setup Tree-DAG_Node 1.33
revision 0
license {Artistic-1 GPL}
maintainers nomaintainer
description A (super)class for representing nodes in a tree
long_description This class encapsulates/makes/manipulates objects that \
represent nodes in a tree structure. The tree structure \
is not an object itself, but is emergent from the linkages \
you create between nodes. This class provides the methods \
for making linkages that can be used to build up a tree, \
while preventing you from ever making any kinds of \
linkages which are not allowed in a tree (such as having \
a node be its own mother or ancestor, or having a node \
have two mothers).
description Tree::DAG_Node - An N-ary tree
long_description {*}${description}
platforms {darwin any}
supported_archs noarch
extract.suffix .tgz
checksums rmd160 3e43b342da2500886b5c6f5d94ea39ab5e4616f9 \
sha256 22d9de3d6e6f4afd89e6d825c664f9482878bd49e29cb81342a707af40542d3d \
size 54680
checksums rmd160 0588d140942ded3341951d5f3f25ca1554241eac \
sha256 81661e08fe1d7e49fd390b79b5e132c644c99633cc7c6f1514b20e293da6aafe \
size 55263
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-file-slurp-tiny
supported_archs noarch
port:p${perl5.major}-extutils-makemaker \
port:p${perl5.major}-file-slurper
}