diff options
Diffstat (limited to 'devel/py-tree-sitter023/Makefile')
-rw-r--r-- | devel/py-tree-sitter023/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/py-tree-sitter023/Makefile b/devel/py-tree-sitter023/Makefile new file mode 100644 index 000000000000..e132fc384b80 --- /dev/null +++ b/devel/py-tree-sitter023/Makefile @@ -0,0 +1,18 @@ +PORTNAME= tree-sitter # only to support textproc/py-tree-sitter-language-pack +PORTVERSION= 0.23.2 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 023 +DISTNAME= tree-sitter-${PORTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python bindings to the Tree-sitter parsing library +WWW= https://github.com/tree-sitter/py-tree-sitter + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include <bsd.port.mk> |