summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-03 23:15:46 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-03 23:15:46 +0000
commit7a57137766edbe2d4fed83f2ba6589032b0cee81 (patch)
tree1aafb6b7a58b2738f1fbefebc4cdf42352630fcf /devel/Makefile
parentAdd 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/Makefile1
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