New extractors: - fox - hotstar - nextmovie - nick - ora - pandoratv - regiotv - srgssr - theintercept - tvland - videomore Removed jukebox.
31 lines
572 B
Makefile
31 lines
572 B
Makefile
# $OpenBSD: Makefile,v 1.149 2016/01/07 13:32:02 pirofti Exp $
|
|
|
|
COMMENT = CLI program to download videos from YouTube and other sites
|
|
|
|
VERSION = 2016.01.01
|
|
MODPY_EGG_VERSION = ${VERSION:S/.0/./}
|
|
|
|
DISTNAME = youtube-dl-${VERSION}
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = http://rg3.github.io/youtube-dl/
|
|
|
|
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
|
|
|
|
# Public Domain
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = https://yt-dl.org/downloads/${VERSION}/
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
NO_TEST = Yes
|
|
|
|
PKG_ARCH = *
|
|
|
|
WRKDIST = ${WRKDIR}/youtube-dl
|
|
|
|
.include <bsd.port.mk>
|