Submitted by:   michel.salim@gmail.com
Reviewed by:    mww@

new port python/py-nltk

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14081 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2005-09-13 18:47:34 +00:00
parent 004b5b2f42
commit f25fcf469f
+27
View File
@@ -0,0 +1,27 @@
# $Id: Portfile,v 1.1 2005/09/13 18:47:34 mww Exp $
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}
}