aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3lint
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-07-20 14:56:23 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-07-20 14:56:23 +0000
commit91f50b4829a1419ac88681559254e58cc7147641 (patch)
treed11d6dfa23b9a153d3597686285f6f2dd616615d /audio/mp3lint
parentbf3db438d8e4fcf061360fb1086314f5c8a8e98c (diff)
downloadports-91f50b4829a1419ac88681559254e58cc7147641.tar.gz
ports-91f50b4829a1419ac88681559254e58cc7147641.zip
Pod::Parser was removed from perl5 in 5.31.0.
Add a P5_POD_PARSER variable to use in dependencies for ports that need it. PR: 247826
Notes
Notes: svn path=/head/; revision=542642
Diffstat (limited to 'audio/mp3lint')
-rw-r--r--audio/mp3lint/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3lint/Makefile b/audio/mp3lint/Makefile
index 30629b373759..1b3632881cf8 100644
--- a/audio/mp3lint/Makefile
+++ b/audio/mp3lint/Makefile
@@ -14,7 +14,8 @@ COMMENT= Configurable tool to check collections of audio files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS} \
+ ${P5_POD_PARSER}
RUN_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl
USES= perl5