freebsd-ports/misc/py-molequeue/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

23 lines
545 B
Makefile

# $FreeBSD$
PORTNAME= molequeue
DISTVERSION= 0.9.0
PORTREVISION= 2
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 compiler:c++11-lang python:3.6+
USE_PYTHON= flavors
WRKSRC_SUBDIR= python
.include <bsd.port.mk>