diff options
Diffstat (limited to 'lang/py-gherkin-official/Makefile')
-rw-r--r-- | lang/py-gherkin-official/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/py-gherkin-official/Makefile b/lang/py-gherkin-official/Makefile new file mode 100644 index 000000000000..4fcd3a8b3d2b --- /dev/null +++ b/lang/py-gherkin-official/Makefile @@ -0,0 +1,24 @@ +PORTNAME= gherkin-official +DISTVERSION= 36.0.0 +CATEGORIES= lang python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Gherkin parser (official, by Cucumber team) +WWW= https://github.com/cucumber/gherkin + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.0:devel/py-uv-build@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4:devel/py-typing-extensions@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> |