diff options
author | will <will@FreeBSD.org> | 2000-09-20 18:45:52 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-20 18:45:52 +0000 |
commit | 78af2a1d90158d44b87c9556515e42c939c25543 (patch) | |
tree | 1d751b7fbe4472b6c2947ecb0f0e467c025aeae1 /math/p5-Math-Expr/pkg-plist | |
parent | bde0db645ff4fbc928c9567670c4b99fb413322d (diff) | |
download | FreeBSD-ports-78af2a1d90158d44b87c9556515e42c939c25543.zip FreeBSD-ports-78af2a1d90158d44b87c9556515e42c939c25543.tar.gz |
Add p5-Math-Expr 0.4, a perl module for parsing mathematical expressions
into a tree structure.
PR: 21421
Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
Diffstat (limited to 'math/p5-Math-Expr/pkg-plist')
-rw-r--r-- | math/p5-Math-Expr/pkg-plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/p5-Math-Expr/pkg-plist b/math/p5-Math-Expr/pkg-plist new file mode 100644 index 0000000..5a2e52a --- /dev/null +++ b/math/p5-Math-Expr/pkg-plist @@ -0,0 +1,14 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Expr/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Math/Expr.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/FormulaDB.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/MatchSet.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Node.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Num.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Opp.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/OpperationDB.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Rule.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/TypeDB.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Var.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/VarSet.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Math/Expr +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Expr |