1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

graphics/p5-feedgnuplot: add lang/p5-List-MoreUtils to RUN_DEPENDS

- lang/p5-List-MoreUtils needs to be present if one wants to use
  feedgnuplot

PR:		220226
Submitted by:	egypcio@googlemail.com
This commit is contained in:
Kurt Jaeger 2017-06-23 18:32:37 +00:00
parent 7cfde8a2f9
commit 7e3f246d0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444188

View File

@ -2,6 +2,7 @@
PORTNAME= feedgnuplot
PORTVERSION= 1.42
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/
PKGNAMEPREFIX= p5-
@ -15,6 +16,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-String-ShellQuote>=0.50:textproc/p5-String-ShellQuote \
p5-IPC-Run>=0:devel/p5-IPC-Run
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
gnuplot:math/gnuplot
USES= perl5