diff options
author | obache <obache> | 2014-06-02 09:53:32 +0000 |
---|---|---|
committer | obache <obache> | 2014-06-02 09:53:32 +0000 |
commit | 14632baedbff86fa6aa096dd6933788077b9b9f7 (patch) | |
tree | bd5a3cd9fae6bc071097992af932c9e8de270c69 /lang/perl5 | |
parent | 0a3a5405df03f541711bfb8e8ad6ab833bec1c31 (diff) | |
download | pkgsrc-14632baedbff86fa6aa096dd6933788077b9b9f7.tar.gz |
Note CGI core module is older for www/p5-CGI-Fast.
Diffstat (limited to 'lang/perl5')
-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 e0aa75375ae..34dd11a6ca8 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.224 2014/05/31 02:07:31 obache Exp $ +# $NetBSD: Makefile,v 1.225 2014/06/02 09:53:32 obache Exp $ .include "license.mk" .include "Makefile.common" @@ -14,6 +14,7 @@ CONFLICTS+= p5-Archive-Tar<1.96 CONFLICTS+= p5-Attribute-Handlers<0.96 CONFLICTS+= p5-AutoLoader<5.74 CONFLICTS+= p5-CGI<3.65 +# older for www/p5-CGI-Fast CONFLICTS+= p5-CPAN<2.0500 # 2.05 CONFLICTS+= p5-CPAN-Meta<2.140640 CONFLICTS+= p5-CPAN-Meta-Requirements<2.125 |