freebsd-ports/devel/py-ioflo/Makefile
Vanilla I. Shu 1fd68c945d Update to 1.5.0.
PR:		206713
Submitted by:	maintainer
2016-02-02 07:53:59 +00:00

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>