Ticket #16416: Portfile

File Portfile, 906 bytes (added by stevenbird@…, 16 years ago)
Line 
1# -*- 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
2
3# $Id$
4
5PortSystem          1.0
6PortGroup           python25 1.0
7
8name                py25-nltk
9version             0.9.5
10categories          python textproc
11platforms           darwin
12maintainers         users.sourceforge.net:stevenbird
13description         Natural Language Toolkit
14long_description    NLTK is Python modules for research and development in natural language processing
15homepage            http://nltk.org/
16master_sites        sourceforge:nltk
17distname            nltk-${version}
18
19checksums           md5 e4eada7c3a4f68119ad910d86cfff6a2 \
20                    sha1 2267ac50c6c2cede9286c3b502ead98045678d80 \
21                    rmd160 079ccaf078405310028d2d1e93f0d46486d313ca
22
23depends_lib         port:py25-numpy \
24                    port:py25-matplotlib
25