# $Id: Portfile 20382 2006-11-02 21:38:50Z blair@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-nltk version 1.4.4 categories python devel science platforms darwin maintainers michel.salim@gmail.com description Natural Language Toolkit long_description NLTK is a Python package that simplifies the \ construction of programs that process natural language,\ and defines standard interfaces between the different \ components of an NLP system. homepage http://nltk.sf.net/ master_sites sourceforge:nltk distname nltk-${version} checksums md5 fb402d42d71844fe4483affa100814e5 depends_run port:py-numarray port:py-tkinter post-destroot { xinstall -m 644 -W ${worksrcpath} CHANGELOG.TXT LICENSE.TXT \ README.TXT ${destroot}${prefix}/share/doc/${name} }