2017-08-31 06:16:54 +00:00

29 lines
552 B
Makefile

# $OpenBSD: Makefile,v 1.24 2017/08/31 06:16:54 ajacoutot Exp $
COMMENT= automated reasoning engine, flow based programming framework
MODPY_EGG_VERSION= 1.7.3
DISTNAME= ioflo-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
HOMEPAGE= https://github.com/ioflo/ioflo
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_SETUPTOOLS= Yes
FLAVORS= python3
FLAVOR?=
BUILD_DEPENDS= devel/py-setuptools_git${MODPY_FLAVOR}
.include <bsd.port.mk>