pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-JSONSchema-Validator



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 22 12:00:13 UTC 2021

Modified Files:
        pkgsrc/devel/p5-JSONSchema-Validator: Makefile

Log Message:
p5-JSONSchema-Validator: add missing dependency. Ride import.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-JSONSchema-Validator/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-JSONSchema-Validator/Makefile
diff -u pkgsrc/devel/p5-JSONSchema-Validator/Makefile:1.1 pkgsrc/devel/p5-JSONSchema-Validator/Makefile:1.2
--- pkgsrc/devel/p5-JSONSchema-Validator/Makefile:1.1   Mon Nov 22 11:36:10 2021
+++ pkgsrc/devel/p5-JSONSchema-Validator/Makefile       Mon Nov 22 12:00:13 2021
@@ -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 @@ COMMENT=      Perl module to validate JSONSch
 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