freebsd-ports/games/py-2048-py/Makefile
Mateusz Piotrowski 9349b94d98 games/py-2048-py: Add a new port
A console version of the 2048 game written in Python.
2021-10-05 11:27:28 +02:00

21 lines
471 B
Makefile

# 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>