summaryrefslogtreecommitdiff
path: root/devel/py-poetry-plugin-bundle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-poetry-plugin-bundle/Makefile')
-rw-r--r--devel/py-poetry-plugin-bundle/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/py-poetry-plugin-bundle/Makefile b/devel/py-poetry-plugin-bundle/Makefile
new file mode 100644
index 000000000000..6a9db4afb4fb
--- /dev/null
+++ b/devel/py-poetry-plugin-bundle/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= poetry-plugin-bundle
+PORTVERSION= 1.7.0
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= poetry_plugin_bundle-${PORTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Poetry plugin to bundle projects into various formats
+WWW= https://github.com/python-poetry/poetry-plugin-bundle
+
+LICENSE= MIT
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=2.0:devel/py-poetry-core@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry>=2.1.0<3.0.0:devel/py-poetry@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>