diff options
Diffstat (limited to 'textproc/py-tokenizer/Makefile')
-rw-r--r-- | textproc/py-tokenizer/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/py-tokenizer/Makefile b/textproc/py-tokenizer/Makefile new file mode 100644 index 000000000000..b4ad88c9c8d9 --- /dev/null +++ b/textproc/py-tokenizer/Makefile @@ -0,0 +1,22 @@ +PORTNAME= tokenizer +PORTVERSION= 3.5.0 +PORTREVISION= 1 +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> |