# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-nltk3 version 3.0a4 revision 2 categories-append textproc maintainers hum openmaintainer supported_archs noarch python.versions 26 27 32 33 34 if {${name} ne ${subport}} { replaced_by py${python.version}-nltk } else { replaced_by py-nltk } livecheck.type none pre-configure { ui_error "Please do not install this port since it has been replaced by 'py${python.version}-ntlk'." return -code error } distfiles description Natural Language Toolkit supporting Python 3 long_description NLTK 3 (${description}) is Python modules for research and development \ in natural language processing homepage http://www.nltk.org/nltk3-alpha/ platforms darwin license Apache-2