Lines 6-49
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= clive |
8 |
PORTNAME= clive |
9 |
PORTVERSION= 2.2.26 |
9 |
PORTVERSION= 2.3.2 |
10 |
CATEGORIES= multimedia |
10 |
CATEGORIES= multimedia |
11 |
MASTER_SITES= SF/${PORTNAME}/2.2 |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} |
12 |
|
12 |
|
13 |
MAINTAINER= geekounet@poildetroll.net |
13 |
MAINTAINER= geekounet@poildetroll.net |
14 |
COMMENT= Command line video extraction tool for YouTube and others |
14 |
COMMENT= Command line video extraction tool for YouTube and others |
15 |
|
15 |
|
16 |
LICENSE= GPLv3 |
16 |
LICENSE= GPLv3 |
17 |
|
17 |
|
18 |
RUN_DEPENDS= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser \ |
18 |
BUILD_DEPENDS= p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ |
19 |
p5-WWW-Curl>=4.05:${PORTSDIR}/www/p5-WWW-Curl \ |
19 |
p5-JSON-XS>=2.30:${PORTSDIR}/converters/p5-JSON-XS |
20 |
p5-Class-Singleton>=1.4:${PORTSDIR}/devel/p5-Class-Singleton \ |
20 |
RUN_DEPENDS= p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ |
21 |
p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ |
21 |
p5-JSON-XS>=2.30:${PORTSDIR}/converters/p5-JSON-XS \ |
22 |
p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \ |
22 |
quvi>=0.2.16.1:${PORTSDIR}/multimedia/quvi |
23 |
p5-URI>=1.39:${PORTSDIR}/net/p5-URI |
23 |
|
|
|
24 |
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod |
24 |
|
25 |
|
25 |
# deskutils/ljclive, multimedia/clive1 (same executable/manpage/distfile name) |
26 |
# deskutils/ljclive, multimedia/clive1 (same executable/manpage/distfile name) |
26 |
CONFLICTS= clive-[0-1]* ljclive-[0-9]* |
27 |
CONFLICTS= clive-[0-1]* ljclive-[0-9]* |
27 |
|
28 |
|
28 |
OPTIONS= CACHE "With video page cache" off \ |
29 |
PERL_CONFIGURE= yes |
29 |
SIGWINCH "With resizing progressbar" on |
|
|
30 |
|
30 |
|
31 |
MAN1= clive.1 |
31 |
MAN1= clive.1 |
32 |
|
32 |
PLIST_FILES= bin/clive \ |
33 |
PERL_CONFIGURE= yes |
33 |
%%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist |
|
|
34 |
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive |
34 |
|
35 |
|
35 |
.include <bsd.port.pre.mk> |
36 |
.include <bsd.port.pre.mk> |
36 |
|
37 |
|
37 |
.if ${PERL_LEVEL} < 501000 |
38 |
.if ${PERL_LEVEL} < 501000 |
38 |
RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA |
39 |
BUILD_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version |
39 |
.endif |
40 |
RUN_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version |
40 |
|
|
|
41 |
.if defined(WITH_CACHE) |
42 |
RUN_DEPENDS+= p5-BerkeleyDB>=0.36:${PORTSDIR}/databases/p5-BerkeleyDB |
43 |
.endif |
44 |
|
45 |
.if defined(WITH_SIGWINCH) |
46 |
RUN_DEPENDS+= p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey |
47 |
.endif |
41 |
.endif |
48 |
|
42 |
|
49 |
.include <bsd.port.post.mk> |
43 |
.include <bsd.port.post.mk> |