Lines 1-7
Link Here
|
1 |
# $FreeBSD: head/net/get_iplayer/Makefile 466803 2018-04-08 15:42:29Z crees $ |
1 |
# $FreeBSD: head/net/get_iplayer/Makefile 466803 2018-04-08 15:42:29Z crees $ |
2 |
|
2 |
|
3 |
PORTNAME= get_iplayer |
3 |
PORTNAME= get_iplayer |
4 |
PORTVERSION= 3.13 |
4 |
PORTVERSION= 3.14 |
5 |
DISTVERSIONPREFIX=v |
5 |
DISTVERSIONPREFIX=v |
6 |
CATEGORIES= net multimedia |
6 |
CATEGORIES= net multimedia |
7 |
|
7 |
|
Lines 11-24
Link Here
|
11 |
LICENSE= GPLv3 |
11 |
LICENSE= GPLv3 |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
13 |
|
13 |
|
14 |
RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ |
14 |
RUN_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ |
15 |
p5-HTTP-Cookies>=0:www/p5-HTTP-Cookies \ |
15 |
p5-Mojolicious>=0:www/p5-Mojolicious \ |
16 |
p5-HTTP-Message>=0:www/p5-HTTP-Message \ |
16 |
p5-JSON-PP>=0:converters/p5-JSON-PP \ |
17 |
p5-XML-Simple>=0:textproc/p5-XML-Simple \ |
17 |
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ |
18 |
p5-URI>=0:net/p5-URI \ |
18 |
p5-CGI>=0:www/p5-CGI |
19 |
p5-libwww>=0:www/p5-libwww \ |
|
|
20 |
p5-Mojolicious>=0:www/p5-Mojolicious \ |
21 |
rtmpdump:multimedia/rtmpdump |
22 |
|
19 |
|
23 |
USES= perl5 shebangfix |
20 |
USES= perl5 shebangfix |
24 |
USE_GITHUB= yes |
21 |
USE_GITHUB= yes |
Lines 40-46
Link Here
|
40 |
DATADIR= ${WWWDIR} |
37 |
DATADIR= ${WWWDIR} |
41 |
PORTDOCS= CHANGELOG.md README.md |
38 |
PORTDOCS= CHANGELOG.md README.md |
42 |
|
39 |
|
43 |
OPTIONS_DEFINE= DOCS |
40 |
OPTIONS_DEFINE= DOCS FFMPEG ATOMICPARSLEY |
|
|
41 |
OPTIONS_DEFAULT= FFMPEG ATOMICPARSLEY |
42 |
FFMPEG_DESC= Enable file conversion using FFMpeg |
43 |
FFMPEG_RUN_DEPENDS= ffmpeg>=0:multimedia/ffmpeg |
44 |
ATOMICPARSLEY_DESC= Enable tagging of media files |
45 |
ATOMICPARSLEY_RUN_DEPENDS= AtomicParsley>=0:multimedia/atomicparsley |
44 |
|
46 |
|
45 |
post-patch: |
47 |
post-patch: |
46 |
${REINPLACE_CMD} -e "s|/usr/bin/get_iplayer|${PREFIX}/bin/${PORTNAME}|" \ |
48 |
${REINPLACE_CMD} -e "s|/usr/bin/get_iplayer|${PREFIX}/bin/${PORTNAME}|" \ |