mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
fd8ee425ed
PR: ports/61607 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
23 lines
419 B
Makefile
23 lines
419 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: nltk
|
|
# Date created: Oct 30, 2003
|
|
# Whom: clsung
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nltk
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= clsung@dragon2.net
|
|
COMMENT= Natural language toolkit written in python
|
|
|
|
USE_PYTHON= 2.1+
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|