pkgsrc-wip/py-stemming/Makefile

15 lines
404 B
Makefile

# $NetBSD$
DISTNAME= stemming-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel sysutils
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stemming/}
MAINTAINER= root@zta.lk
HOMEPAGE= https://github.com/tomtom-international/commisery/
COMMENT= Python implementation of Porter Stemming algorithm.
LICENSE= public-domain
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"