# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 64496 2010-03-07 16:45:32Z snc@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-nltk
version             2.0b8
categories          python textproc
platforms           darwin
maintainers         gmail.com:stevenbird1
description         Natural Language Toolkit
long_description    NLTK is Python modules for research and development in natural language processing
homepage            http://www.nltk.org/
master_sites        googlecode:nltk
distname            nltk-${version}

checksums           md5 d9e94beced346268e4d3d1b314d6f57f \
                    sha1 eb9593e12514019689b1fc480b4bc88927148ffc \
                    rmd160 dad3a3e320961799c5e551c8f6fe63d369b541e2

depends_lib         port:py25-numpy \
                    port:py25-matplotlib \
                    port:py25-yaml

post-destroot {
    set docdir ${destroot}${prefix}/share/doc/${name}-${version}
    xinstall -d ${docdir}
    xinstall -m 644 -W ${worksrcpath} \
        LICENSE.txt \
        README.txt \
        INSTALL.txt \
        ${docdir}
}
