summaryrefslogtreecommitdiff
path: root/net/py-greenstalk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-greenstalk/Makefile')
-rw-r--r--net/py-greenstalk/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/py-greenstalk/Makefile b/net/py-greenstalk/Makefile
new file mode 100644
index 000000000000..443dfbec5d55
--- /dev/null
+++ b/net/py-greenstalk/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= greenstalk
+DISTVERSION= 2.1.0
+CATEGORIES= net python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dtxdf@FreeBSD.org
+COMMENT= Python client for the beanstalkd work queue
+WWW= https://github.com/justinmayhew/greenstalk
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>