pkgsrc-wip/py-nltk/Makefile
Thomas Klausner 1e186dcfca Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:09:41 +00:00

24 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/04/08 19:09:48 thomasklausner Exp $
#
DISTNAME= nltk-2.0.1rc1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= http://nltk.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nltk.org/
COMMENT= Natural Language Toolkit (NLTK)
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
REPLACE_PYTHON= nltk/corpus/reader/knbc.py
REPLACE_PYTHON+= nltk/stem/rslp.py
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"