aboutsummaryrefslogblamecommitdiff
path: root/textproc/nltk/Makefile
blob: 4c30ee245cebefa87088c0795a4ba7305a6a34c3 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                    
                     



                                          
                                  

                                                          
                    


                           

                                                        
                                                       
                                                                   
                                                              
 
                      
# ex:ts=8
# Ports collection makefile for:	nltk
# Date created:				Oct 30, 2003
# Whom:					clsung
#
# $FreeBSD$
#

PORTNAME=	nltk
PORTVERSION=	1.4.4
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Natural language toolkit written in python

USE_PYTHON=	2.3+
USE_PYDISTUTILS=	yes
USE_PYTHON_PREFIX=	yes

post-install:
	@${FIND} ${PYTHON_SITELIBDIR}/nltk ! -type d | \
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
	@${FIND} ${PYTHON_SITELIBDIR}/nltk -type d | ${SORT} -r | \
		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}

.include <bsd.port.mk>