freebsd-ports/games/py-2048-py/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

20 lines
451 B
Makefile

PORTNAME= 2048-py
DISTVERSION= 0.1.6
CATEGORIES= games python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MASTER_SITES= PYPI
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Console version of the 2048 game written in Python
WWW= https://github.com/LadueCS/2048
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>