mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
23 lines
446 B
Makefile
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>
|