1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/you-get/Makefile

26 lines
490 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= you-get
PORTVERSION= 0.4.1011
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
OPTIONS_DEFINE= RTMPDUMP
NO_ARCH= yes
USE_PYTHON= autoplist distutils noflavors
USES= python:3.4+
RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump
.include <bsd.port.mk>