2003-11-03 16:42:33 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nltk
|
2013-06-28 06:29:03 +02:00
|
|
|
PORTVERSION= 2.0.4
|
2014-03-01 19:15:33 +01:00
|
|
|
PORTREVISION= 1
|
2011-09-28 03:35:59 +02:00
|
|
|
PORTEPOCH= 2
|
2003-11-03 16:42:33 +01:00
|
|
|
CATEGORIES= textproc python
|
2012-09-11 20:01:59 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2003-11-03 16:42:33 +01:00
|
|
|
|
2004-08-20 04:56:44 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-11-03 16:42:33 +01:00
|
|
|
COMMENT= Natural language toolkit written in python
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2010-07-28 09:19:25 +02:00
|
|
|
|
2012-09-11 20:01:59 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}yaml>=3.09:${PORTSDIR}/devel/py-yaml
|
2003-11-03 16:42:33 +01:00
|
|
|
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= 2
|
2014-03-01 19:15:33 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2004-07-22 03:43:23 +02:00
|
|
|
|
2007-10-04 08:21:46 +02:00
|
|
|
.include <bsd.port.mk>
|