pkgsrc/textproc/py-snowballstemmer/Makefile
wiz 381fa3e25a Import py-snowballstemmer-1.2.1 as textproc/py-snowballstemmer.
This package provides 16 stemmer algorithms (15 + Poerter English
stemmer) generated from Snowball algorithms.

It includes following language algorithms:

    Danish
    Dutch
    English (Standard, Porter)
    Finnish
    French
    German
    Hungarian
    Italian
    Norwegian
    Portuguese
    Romanian
    Russian
    Spanish
    Swedish
    Turkish

This is a pure Python stemming library.
2016-01-17 13:16:49 +00:00

14 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/01/17 13:16:49 wiz Exp $
DISTNAME= snowballstemmer-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PYPI:=s/snowballstemmer/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/snowballstemmer
COMMENT= Python module with stemmer algorithms for multiple natural languages
LICENSE= 2-clause-bsd
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"