aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2022-07-24 20:00:36 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2022-07-24 20:00:36 +0000
commit5f5ecb07f2daab929c9d81888d04ee968879d6e9 (patch)
tree3bd551d924bb43a8a12f5fe3fe9571128a6694ae
parent10c5cc693aa0ad73923e0b8626e3e1fd49916cbb (diff)
downloadports-5f5ecb07f2daab929c9d81888d04ee968879d6e9.tar.gz
ports-5f5ecb07f2daab929c9d81888d04ee968879d6e9.zip
sysutils/p5-RundeckAPI: fix depends
-rw-r--r--sysutils/p5-RundeckAPI/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/p5-RundeckAPI/Makefile b/sysutils/p5-RundeckAPI/Makefile
index 4e2609d841cf..12d9ff33ceff 100644
--- a/sysutils/p5-RundeckAPI/Makefile
+++ b/sysutils/p5-RundeckAPI/Makefile
@@ -11,8 +11,8 @@ COMMENT= Easily queries Rundeck's REST API
LICENSE= GPLv2
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-HTTP-Cookies-6.10>0:www/p5-HTTP-Cookies \
- p5-REST-Client-273>=0:www/p5-REST-Client
+RUN_DEPENDS= p5-HTTP-Cookies>0:www/p5-HTTP-Cookies \
+ p5-REST-Client>=0:www/p5-REST-Client
USES= perl5
USE_PERL5= configure