7e400d5d0e
- change mastersites to pypi, because google doesn't carry the latest tarball - drop unneeded BUILD_DEPENDS, LICENSE_FILE, USE_PYTHON_PREFIX, PYDISTUTILS_EGGINFO - create pkg-plist - install with setuptools (upstream switched to it via distribute) - strict python versions to 2.x only - add patch to not use distribute for installing. distribute conflicts with setuptools. this may be dropped when the whole ports tree will be switched to distribute. PR: 170515 Submitted by: rm (myself) Approved by: maintainer timeout (1 month)
20 lines
431 B
Makefile
20 lines
431 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nltk
|
|
PORTVERSION= 2.0.2
|
|
PORTEPOCH= 2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Natural language toolkit written in python
|
|
|
|
LICENSE= AL2
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
|
${PYTHON_PKGNAMEPREFIX}yaml>=3.09:${PORTSDIR}/devel/py-yaml
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|