summaryrefslogtreecommitdiff
path: root/games/py-2048-py/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/py-2048-py/Makefile')
-rw-r--r--games/py-2048-py/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/py-2048-py/Makefile b/games/py-2048-py/Makefile
new file mode 100644
index 000000000000..9e484e66647e
--- /dev/null
+++ b/games/py-2048-py/Makefile
@@ -0,0 +1,21 @@
+# Created by: Mateusz Piotrowski <0mp@FreeBSD.org>
+
+PORTNAME= 2048-py
+DISTVERSION= 0.1.6
+CATEGORIES= games python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+MASTER_SITES= CHEESESHOP
+
+MAINTAINER= 0mp@FreeBSD.org
+COMMENT= Console version of the 2048 game written in Python
+
+LICENSE= GPLv3+
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR}
+
+USES= python:3.8+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>