ports/devel/py-ioflo/Makefile
2021-04-06 16:31:07 +02:00

25 lines
600 B
Makefile

# Created by: Christer Edwards <christer.edwards@gmail.com>
PORTNAME= ioflo
PORTVERSION= 2.0.0
PORTREVISION= 0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= christer.edwards@gmail.com
COMMENT= Automated Reasoning Engine and Flow Based Programming Framework
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=1.1:devel/py-setuptools-git@${PY_FLAVOR}
USES= python:3.7+ shebangfix
USE_PYTHON= autoplist distutils
NO_ARCH= yes
SHEBANG_FILES= scripts/ioflo
.include <bsd.port.mk>