diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 08:06:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 08:06:43 +0800 |
commit | 980b305aa7a0669ca7cf465ba6a0b383cd90c2b3 (patch) | |
tree | 6eb140f179e19e55edb8f636c7fd48fcdce537b4 /net | |
parent | aeec778bafb344475b2eabf41621508d05891e10 (diff) | |
download | freebsd-ports-gnome-980b305aa7a0669ca7cf465ba6a0b383cd90c2b3.tar.gz freebsd-ports-gnome-980b305aa7a0669ca7cf465ba6a0b383cd90c2b3.tar.zst freebsd-ports-gnome-980b305aa7a0669ca7cf465ba6a0b383cd90c2b3.zip |
Remove Perl core module
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'net')
-rw-r--r-- | net/get_iplayer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/get_iplayer/Makefile b/net/get_iplayer/Makefile index 5a1b34f76b9e..62abd0f15ac2 100644 --- a/net/get_iplayer/Makefile +++ b/net/get_iplayer/Makefile @@ -3,7 +3,7 @@ PORTNAME= get_iplayer PORTVERSION= 3.17 DISTVERSIONPREFIX=v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net multimedia MAINTAINER= crees@FreeBSD.org @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ p5-Mojolicious>=0:www/p5-Mojolicious \ - p5-JSON-PP>=0:converters/p5-JSON-PP \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-CGI>=0:www/p5-CGI |