ports/devel/py-tree-sitter/Makefile
2023-12-07 14:52:34 +01:00

17 lines
401 B
Makefile

PORTNAME= tree-sitter
PORTVERSION= 0.20.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= tree_sitter-${PORTVERSION}
MAINTAINER= pat@patmaddox.com
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>