pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-JSONSchema-Validator p5-JSONSchema-Validator:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8f88ecd2177
branches:  trunk
changeset: 769899:f8f88ecd2177
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 22 12:00:13 2021 +0000

description:
p5-JSONSchema-Validator: add missing dependency. Ride import.

diffstat:

 devel/p5-JSONSchema-Validator/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3159f96959e4 -r f8f88ecd2177 devel/p5-JSONSchema-Validator/Makefile
--- a/devel/p5-JSONSchema-Validator/Makefile    Mon Nov 22 11:36:51 2021 +0000
+++ b/devel/p5-JSONSchema-Validator/Makefile    Mon Nov 22 12:00:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/11/22 11:36:10 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/22 12:00:13 wiz Exp $
 
 DISTNAME=      JSONSchema-Validator-0.008
 PKGNAME=       p5-${DISTNAME}
@@ -12,6 +12,7 @@
 LICENSE=       mit
 
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=      p5-YAML-PP-[0-9]*:../../textproc/p5-YAML-PP
 
 PERL5_PACKLIST=                auto/JSONSchema/Validator/.packlist
 



Home | Main Index | Thread Index | Old Index