blob: e132fc384b8070f78d1dd111c5403fc24e99b4b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
|