2016-03-12 04:58:53 +00:00

24 lines
468 B
Makefile

# $OpenBSD: Makefile,v 1.15 2016/03/12 04:58:53 ajacoutot Exp $
COMMENT= automated reasoning engine, flow based programming framework
MODPY_EGG_VERSION= 1.5.1
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
.include <bsd.port.mk>