summaryrefslogtreecommitdiff
path: root/misc/py-molequeue/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-21 17:49:53 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-21 17:49:53 +0000
commit596857d8cec8bd5beade888ca68e652f27c0a8ce (patch)
tree550285fd32df0eb43aa1306e9661836b099b6b0e /misc/py-molequeue/Makefile
parentFix the build issue with STREAM_SSL_PREREAD knob. (diff)
New port: misc/py-molequeue: Python binding for MolEqueue, task management framework
Diffstat (limited to 'misc/py-molequeue/Makefile')
-rw-r--r--misc/py-molequeue/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/py-molequeue/Makefile b/misc/py-molequeue/Makefile
new file mode 100644
index 000000000000..0a2e683aedea
--- /dev/null
+++ b/misc/py-molequeue/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= molequeue
+DISTVERSION= 0.9.0
+CATEGORIES= misc
+MASTER_SITES= https://github.com/openchemistry/molequeue/releases/download/${DISTVERSION}/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Python binding for MolEqueue, task management framework
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/../LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR}
+
+USES= cmake:outsource compiler:c++11-lang python
+USE_PYTHON= flavors
+
+WRKSRC_SUBDIR= python
+
+.include <bsd.port.mk>