mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
22 lines
582 B
Makefile
22 lines
582 B
Makefile
PORTNAME= molequeue
|
|
DISTVERSION= 0.9.0
|
|
PORTREVISION= 3
|
|
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
|
|
WWW= https://www.openchemistry.org/projects/molequeue
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR}
|
|
|
|
USES= cmake compiler:c++11-lang python
|
|
USE_PYTHON= flavors
|
|
|
|
WRKSRC_SUBDIR= python
|
|
|
|
.include <bsd.port.mk>
|