1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/textproc/nltk_lite/Makefile
Cheng-Lung Sung 1fd8dd701b - update to 0.6.5
- Changes
  - This release contains improvements to Shoebox file format support
    (by Stuart Robinson and Greg Aumann);
  - an implementation of hole semantics (by Peter Wang);
  - improvements to lambda calculus and semantic interpretation modules
    (by Ewan Klein); a new corpus (Sinica Treebank sample);
  - and expanded tutorial discussions of trees, feature-based grammar,
    unification, PCFGs, and more exercises.
2006-07-17 01:22:15 +00:00

31 lines
727 B
Makefile

# ex:ts=8
# Ports collection makefile for: nltk_lite
# Date created: Sat Nov 26 11:13:22 CST 2005
# Whom: clsung
#
# $FreeBSD$
#
PORTNAME= nltk_lite
PORTVERSION= 0.6.5
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:C/_.*//}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Lightweight Natural language toolkit written in python
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
.include <bsd.port.pre.mk>
post-install:
@${FIND} ${PYTHON_SITELIBDIR}/nltk_lite ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${PYTHON_SITELIBDIR}/nltk_lite -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.include <bsd.port.post.mk>