aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-clustershell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-clustershell/Makefile')
-rw-r--r--sysutils/py-clustershell/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/py-clustershell/Makefile b/sysutils/py-clustershell/Makefile
new file mode 100644
index 000000000000..323394811b05
--- /dev/null
+++ b/sysutils/py-clustershell/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= clustershell
+PORTVERSION= 1.9.3
+CATEGORIES= sysutils python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ClusterShell-${PORTVERSION}
+
+MAINTAINER= rikka.goering@outlook.de
+COMMENT= Python framework for efficient cluster administration (NodeSet, clush)
+WWW= https://cea-hpc.github.io/clustershell/
+
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING.LGPLv2.1
+
+USES= pytest python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>