aboutsummaryrefslogtreecommitdiff
path: root/devel/py-cucumber-tag-expressions/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-cucumber-tag-expressions/Makefile')
-rw-r--r--devel/py-cucumber-tag-expressions/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/py-cucumber-tag-expressions/Makefile b/devel/py-cucumber-tag-expressions/Makefile
new file mode 100644
index 000000000000..ff120468baa1
--- /dev/null
+++ b/devel/py-cucumber-tag-expressions/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= cucumber-tag-expressions
+PORTVERSION= 6.2.0
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= cucumber_tag_expressions-${PORTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Provide a tag-expression parser and evaluation logic for cucumber/behave
+WWW= https://github.com/cucumber/tag-expressions
+
+LICENSE= MIT
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>