# $OpenBSD: Makefile.template,v 1.90 2021/02/25 21:59:27 sthen Exp $

COMMENT =	access Steam features from the commandline

MODPY_EGG_VERSION =	0.9.0
DISTNAME =	steamctl-${MODPY_EGG_VERSION}
CATEGORIES =	games
HOMEPAGE =	https://github.com/ValvePython/steamctl
MAINTAINER =	Thomas Frohwein <thfr@openbsd.org>

# MIT
PERMIT_PACKAGE =	Yes

MODULES =	lang/python
MODPY_PI =		Yes
MODPY_SETUPTOOLS =	Yes

RUN_DEPENDS =	devel/py-appdirs${MODPY_FLAVOR} \
		devel/py-argcomplete${MODPY_FLAVOR} \
		devel/py-arrow \
		devel/py-steam${MODPY_FLAVOR} \
		security/py-cryptodome${MODPY_FLAVOR} \
		www/py-requests${MODPY_FLAVOR}

NO_TEST =		Yes

.include <bsd.port.mk>
