1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/textproc/pystemmer/Makefile
Wen Heping a34e8d7737 - Update to 1.1.0
- Update my mail address to FreeBSD
2009-11-06 06:22:04 +00:00

23 lines
491 B
Makefile

# New ports collection makefile for: pystemmer
# Date created: 2009-03-17
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pystemmer
PORTVERSION= 1.1.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP \
http://snowball.tartarus.org/wrappers/
DISTNAME= PyStemmer-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Snowball Stemming Algorithms for Information Retrieval
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PyStemmer
.include <bsd.port.mk>