Ticket #17601: Portfile25

File Portfile25, 952 bytes (added by stevenbird@…, 15 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# $Id: Portfile 40109 2008-09-20 21:25:53Z ryandesign  macports.org $
3
4PortSystem 1.0
5PortGroup python25 1.0
6
7Name: py25-nltk
8Version: 0.9.6
9Category: python textproc
10Platform: darwin
11Maintainers: sb@csse.unimelb.edu.au
12Description: Natural Language Toolkit
13Long Description: NLTK is Python modules for research and development in natural language processing
14Homepage: http://www.nltk.org/
15master_sites http://code.google.com/p/nltk/
16distname nltk-${version}
17
18checksums md5 8982d1f8fe7d8f3c81e545363df46588 sha1 886680fd8b5dc5139b28dec31fd1282460049afd rmd160 e704cfc77c37214019030574583d6df804948452
19
20depends_lib port:py25-numpy port:py25-matplotlib
21
22post-destroot {
23set docdir ${destroot}${prefix}/share/doc/${name}-${version}
24xinstall -d ${docdir}
25xinstall -m 644 -W ${worksrcpath} LICENSE.TXT README.TXT ${docdir}
26}