aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:06:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:06:53 +0000
commit874d663b7cbc942f92639342f3affe8f2aaace3e (patch)
tree0fb79aa505b6e754e6fcbee841044f7a3a26ffab
parentc8a1d44c4150ef81d90e168e63c93e4f84eff8dd (diff)
downloadports-874d663b7cbc942f92639342f3affe8f2aaace3e.tar.gz
ports-874d663b7cbc942f92639342f3affe8f2aaace3e.zip
Notes
-rw-r--r--devel/py-automaton1/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-automaton1/Makefile b/devel/py-automaton1/Makefile
index 6f07051b4be3..787be6c23988 100644
--- a/devel/py-automaton1/Makefile
+++ b/devel/py-automaton1/Makefile
@@ -15,6 +15,9 @@ COMMENT= Friendly state machines for python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Use devel/py-automaton instead
+EXPIRATION_DATE=2021-01-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2<0.8:devel/py-prettytable0@${PY_FLAVOR} \