freebsd-ports/devel/py-ioflo/Makefile
Antoine Brodin 6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00

22 lines
482 B
Makefile

# Created by: Christer Edwards <christer.edwards@gmail.com>
# $FreeBSD$
PORTNAME= ioflo
PORTVERSION= 1.2.4
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= distutils
NO_ARCH= yes
SHEBANG_FILES= scripts/ioflo
python_OLD_CMD= /usr/bin/env python
.include <bsd.port.mk>