freebsd-ports/devel/p5-Tree-Simple/pkg-plist
Dmitry Sivachenko 5614a2d825 New port: Tree::Simple.
This module in an fully object-oriented implementation of a simple n-
ary tree. It is built upon the concept of parent-child relationships,
so therefore every Tree::Simple object has both a parent and a set of
children (who themselves may have children, and so on). Every
Tree::Simple object also has siblings, as they are just the children of
their immediate parent.
2004-07-07 13:20:11 +00:00

4 lines
155 B
Text

%%SITE_PERL%%/Tree/Simple.pm
%%SITE_PERL%%/Tree/Simple/Visitor.pm
@dirrm %%SITE_PERL%%/Tree/Simple
@unexec rmdir %D/%%SITE_PERL%%/Tree 2>/dev/null || true