mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
20 lines
432 B
Makefile
20 lines
432 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pystemmer
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP \
|
|
http://snowball.tartarus.org/wrappers/
|
|
DISTNAME= PyStemmer-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Snowball Stemming Algorithms for Information Retrieval
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= PyStemmer
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|