ports/devel/py-fsm/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

23 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= fsm
PORTVERSION= 0.01
PORTREVISION= 2
CATEGORIES= devel python
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Pure Python Implementation of a Finite State Machine
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= oozie
GH_PROJECT= python-fsm
GH_TAGNAME= bf888123
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.0:graphics/py-pygraphviz@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>