21 lines
456 B
Makefile
21 lines
456 B
Makefile
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ioflo
|
|
PORTVERSION= 1.5.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
|
|
|
|
USES= python:2 shebangfix
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= scripts/ioflo
|
|
|
|
.include <bsd.port.mk>
|