diff options
author | obache <obache@pkgsrc.org> | 2014-05-31 02:07:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-31 02:07:31 +0000 |
commit | c055e62272e7ca36a9abfa38a15b4c1abdd88ac3 (patch) | |
tree | 640cd3467921c0dd2677ca2a407d84967cd273df /lang/perl5/Makefile | |
parent | cab4c75b2de54b88461914094543f7d86824e5e1 (diff) | |
download | pkgsrc-c055e62272e7ca36a9abfa38a15b4c1abdd88ac3.tar.gz |
core contains experimental-0.007
Diffstat (limited to 'lang/perl5/Makefile')
-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 a9307aec0ef..e0aa75375ae 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.223 2014/05/31 02:06:17 obache Exp $ +# $NetBSD: Makefile,v 1.224 2014/05/31 02:07:31 obache Exp $ .include "license.mk" .include "Makefile.common" @@ -79,6 +79,7 @@ CONFLICTS+= p5-Unicode-Normalize<1.17 CONFLICTS+= p5-XSLoader<0.16 CONFLICTS+= p5-autodie<2.23 CONFLICTS+= p5-constant<1.31 +CONFLICTS+= p5-experimental<0.007 CONFLICTS+= p5-parent<0.228 CONFLICTS+= p5-version<0.9908 |