22 lines
439 B
Makefile

PORTNAME= tokenizer
PORTVERSION= 3.5.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= otis@FreeBSD.org
COMMENT= Tokenizer for Icelandic text
WWW= https://github.com/mideind/Tokenizer
LICENSE= MIT
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>