1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/www/you-get/Makefile
2020-02-08 19:01:55 +00:00

27 lines
491 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= you-get
PORTVERSION= 0.4.1403
CATEGORIES= www
MASTER_SITES= CHEESESHOP
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Dumb downloader that scrapes the web
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
USES= python:3.5+
USE_PYTHON= autoplist distutils noflavors
NO_ARCH= yes
OPTIONS_DEFINE= RTMPDUMP
RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump
.include <bsd.port.mk>