freebsd-ports/devel/p5-Tree-Binary/pkg-plist
Mathieu Arnold 24580228ad Add p5-Tree-Binary 0.04, an Object Oriented Binary Tree for Perl.
PR:		ports/71257
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2004-10-12 11:02:19 +00:00

16 lines
768 B
Text

%%SITE_PERL%%/Tree/Binary.pm
%%SITE_PERL%%/Tree/Binary/Search.pm
%%SITE_PERL%%/Tree/Binary/Search/Node.pm
%%SITE_PERL%%/Tree/Binary/Visitor/Base.pm
%%SITE_PERL%%/Tree/Binary/Visitor/BreadthFirstTraversal.pm
%%SITE_PERL%%/Tree/Binary/Visitor/InOrderTraversal.pm
%%SITE_PERL%%/Tree/Binary/Visitor/PostOrderTraversal.pm
%%SITE_PERL%%/Tree/Binary/Visitor/PreOrderTraversal.pm
%%SITE_PERL%%/Tree/Binary/VisitorFactory.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Binary/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Binary
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree 2>/dev/null || true
@dirrm %%SITE_PERL%%/Tree/Binary/Visitor
@dirrm %%SITE_PERL%%/Tree/Binary/Search
@dirrm %%SITE_PERL%%/Tree/Binary
@unexec rmdir %D/%%SITE_PERL%%/Tree 2>/dev/null || true