aboutsummaryrefslogtreecommitdiff
path: root/multimedia/clive/Makefile
blob: 5f179562ecbefef23273a7fce393b449d8b57b88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: Nicola Vitale <nivit@FreeBSD.org>

PORTNAME=	clive
PORTVERSION=	2.3.3
PORTREVISION=	1
CATEGORIES=	multimedia
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION:R}

MAINTAINER=	pierre@guinoiseau.eu
COMMENT=	Command line video extraction tool for YouTube and others

LICENSE=	GPLv3

BROKEN=		doesn't work with multiple websites
DEPRECATED=	Last release in 2012, please consider using www/yt-dlp or multimedia/streamlink
EXPIRATION_DATE=2022-06-30

TEST_DEPENDS=	p5-Test-Pod>=1:devel/p5-Test-Pod
BUILD_DEPENDS=	p5-Getopt-ArgvFile>=1.11:devel/p5-Getopt-ArgvFile \
		p5-JSON-XS>=2.30:converters/p5-JSON-XS
RUN_DEPENDS=	p5-Getopt-ArgvFile>=1.11:devel/p5-Getopt-ArgvFile \
		p5-JSON-XS>=2.30:converters/p5-JSON-XS \
		quvi>=0.2.16.1:multimedia/quvi

# deskutils/ljclive (same executable/manpage/distfile name)
CONFLICTS=	ljclive # bin/clive

USES=		perl5
USE_PERL5=	configure

PLIST_FILES=	bin/clive \
		${SITE_MAN1}/clive.1.gz

.include <bsd.port.mk>