ajacoutot 853f43479c There shouldn't be any space after ${MODPY_COMMENT}; also since this is
a python3 only port, there's no point in having it in the first place so
remove all from PLIST.
2017-07-23 06:48:31 +00:00

35 lines
823 B
Makefile

# $OpenBSD: Makefile,v 1.2 2017/07/23 06:48:31 ajacoutot Exp $
COMMENT = pipe video streams into a video player
CATEGORIES = multimedia net
GH_ACCOUNT = streamlink
GH_PROJECT = streamlink
GH_TAGNAME = 0.7.0
REVISION = 0
HOMEPAGE = https://streamlink.github.io/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
MODPY_SETUPTOOLS = Yes
MODPY_EGG_VERSION = ${GH_TAGNAME}
RUN_DEPENDS = devel/py-iso3166,${MODPY_FLAVOR} \
devel/py-iso639,${MODPY_FLAVOR} \
graphics/ffmpeg \
net/rtmpdump \
security/py-crypto,${MODPY_FLAVOR} \
www/py-requests,${MODPY_FLAVOR}
TEST_DEPENDS = devel/py-test,${MODPY_FLAVOR} \
devel/py-mock,${MODPY_FLAVOR} \
devel/py-country,${MODPY_FLAVOR}
.include <bsd.port.mk>