bcallah 154e698c8e Update to 1.11.1 - both portroach and livestreamer would continue to bother
me to update this even though it's essentially a nop.
2014-12-13 06:04:10 +00:00

30 lines
654 B
Makefile

# $OpenBSD: Makefile,v 1.19 2014/12/13 06:04:10 bcallah Exp $
MODPY_EGG_VERSION = 1.11.1
COMMENT = pipe video streams into a video player
DISTNAME = livestreamer-${MODPY_EGG_VERSION}
CATEGORIES = multimedia net
HOMEPAGE = http://livestreamer.tanuki.se/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# BSD
# src/livestreamer/packages/pbs.py: MIT
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_PYPI:=l/livestreamer/}
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = devel/py-futures \
devel/py-singledispatch \
devel/py-six \
net/rtmpdump \
security/py-crypto \
www/py-requests
NO_TEST = Yes
.include <bsd.port.mk>