--- Portfile.orig	2009-07-19 19:50:19.000000000 +1000
+++ Portfile	2009-07-20 13:36:10.000000000 +1000
@@ -5,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-nltk
-version             0.9.9
+version             2.0b5
 categories          python textproc
 platforms           darwin
 maintainers         gmail.com:stevenbird1
@@ -15,12 +15,13 @@
 master_sites        googlecode:nltk
 distname            nltk-${version}
 
-checksums           md5 648e25648f66e7e52db28983f39da50f \
-                    sha1 a46d991c781247181f1618df4215b9eeb52baf4e \
-                    rmd160 98fbc168315c495e1ddd13bad17412ab211b816a
+checksums           md5 a2af58d77942e3e484494783e3bd77f2 \
+                    sha1 32431c00e544fba9bc898dc3c94c0213d8360751 \
+                    rmd160 d572ef4bb098fd8ef032842aa9e667c664edd610
 
 depends_lib         port:py25-numpy \
-                    port:py25-matplotlib
+                    port:py25-matplotlib \
+                    port:py25-yaml
 
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}-${version}
@@ -28,5 +29,6 @@
     xinstall -m 644 -W ${worksrcpath} \
         LICENSE.txt \
         README.txt \
+        INSTALL.txt \
         ${docdir}
 }

