diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:15:46 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:15:46 +0000 |
commit | 7a57137766edbe2d4fed83f2ba6589032b0cee81 (patch) | |
tree | 1aafb6b7a58b2738f1fbefebc4cdf42352630fcf /devel/Makefile | |
parent | Add p5-Algorithm-MDiff 0.94, perl interface to calculate m-difference (diff) |
Add p5-Algorithm-MarkovChain 0.03, perl class capable of creating Markov
chains and output based on them.
Notes
Notes:
svn path=/head/; revision=36684
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6967fda187b7..9e8ccf616a69 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -212,6 +212,7 @@ SUBDIR += p5-Agent SUBDIR += p5-Algorithm-Diff SUBDIR += p5-Algorithm-MDiff + SUBDIR += p5-Algorithm-MarkovChain SUBDIR += p5-Alias SUBDIR += p5-AppConfig SUBDIR += p5-B-Graph |