summaryrefslogtreecommitdiff
path: root/games/py-2048-py/Makefile
blob: be7ab0fccde841b5ad5efd018a3648273655a362 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>