mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
d6cb795eab
Changes: https://github.com/soimort/you-get/releases https://github.com/soimort/you-get/commits/develop
26 lines
490 B
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>
|