freebsd-ports/textproc/nltk/Makefile
Pav Lucistnik 1fc6421d93 - Update to 1.3
PR:		ports/65113
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
2004-04-03 20:56:57 +00:00

28 lines
554 B
Makefile

# ex:ts=8
# Ports collection makefile for: nltk
# Date created: Oct 30, 2003
# Whom: clsung
#
# $FreeBSD$
#
PORTNAME= nltk
PORTVERSION= 1.3
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.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Coredump during build on alpha 4.x"
.endif
.include <bsd.port.post.mk>