diff options
-rw-r--r-- | lang/perl5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 02b842addf7..a7beea9b48a 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.265 2020/09/04 10:43:38 wiz Exp $ +# $NetBSD: Makefile,v 1.266 2020/09/04 10:44:33 wiz Exp $ .include "license.mk" .include "Makefile.common" @@ -16,6 +16,7 @@ CONFLICTS+= p5-AutoLoader<5.74 CONFLICTS+= p5-CPAN<2.2700 # 2.27 CONFLICTS+= p5-CPAN-Meta<2.150010 CONFLICTS+= p5-CPAN-Meta-Requirements<2.140 +CONFLICTS+= p5-CPAN-Meta-YAML<0.018 CONFLICTS+= p5-Compress-Raw-Bzip2<2.093 CONFLICTS+= p5-Compress-Raw-Zlib<2.093 CONFLICTS+= p5-DB_File<1.853 |