diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-01-16 18:54:57 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-01-16 18:54:57 +0000 |
commit | 66dbc8fd63fc509886e2fe6132c2668bedce0833 (patch) | |
tree | 451efe4da8f8dec24149f7729e109dc6571e2496 /databases | |
parent | a2a504c128d0e944ba23b0b12d1dabebcff53259 (diff) | |
download | freebsd-ports-66dbc8fd63fc509886e2fe6132c2668bedce0833.zip |
databases/p5-Redis: add missing RUN_DEPENDS for lang/p5-Try-Tiny
Submitted by: Tommy Scheunemann <net@arrishq.net>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Redis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile index 6ba3911f23b1..4bb52494f260 100644 --- a/databases/p5-Redis/Makefile +++ b/databases/p5-Redis/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl binding for Redis database LICENSE= ART20 -BUILD_DEPENDS= p5-IO-Socket-Timeout>=0.29:net/p5-IO-Socket-Timeout +BUILD_DEPENDS= p5-IO-Socket-Timeout>=0.29:net/p5-IO-Socket-Timeout \ + p5-Try-Tiny>=0.24:lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \ p5-Test-Deep>=0:devel/p5-Test-Deep \ |