git: a2b5a55c6ae2 - main - net-mgmt/p5-OSLV-Monitor: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Sep 2024 16:12:37 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2b5a55c6ae2d48dcbdb081a1807887eaafc96ec commit a2b5a55c6ae2d48dcbdb081a1807887eaafc96ec Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2024-09-11 16:11:58 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2024-09-11 16:12:32 +0000 net-mgmt/p5-OSLV-Monitor: Add missing dependency It needed net/p5-IO-Interface --- net-mgmt/p5-OSLV-Monitor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/p5-OSLV-Monitor/Makefile b/net-mgmt/p5-OSLV-Monitor/Makefile index 9b147d1439eb..f6339217fe0e 100644 --- a/net-mgmt/p5-OSLV-Monitor/Makefile +++ b/net-mgmt/p5-OSLV-Monitor/Makefile @@ -1,6 +1,6 @@ PORTNAME= OSLV-Monitor PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -15,6 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= p5-Clone>0:devel/p5-Clone \ p5-ExtUtils-MakeMaker>0:devel/p5-ExtUtils-MakeMaker \ p5-File-Slurp>0:devel/p5-File-Slurp \ + p5-IO-Interface>0:net/p5-IO-Interface \ p5-JSON>0:converters/p5-JSON \ p5-MIME-Base64>0:converters/p5-MIME-Base64