summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorkim <kim>2004-05-01 16:05:18 +0000
committerkim <kim>2004-05-01 16:05:18 +0000
commitc64b41596de744a9bf9fb51b9aa219bc10adfe3d (patch)
treee181c15fd6946f021359b5434aba5399eaf08ed2 /devel/p5-Test-Simple
parente9f9b4082503eb041f54bd022719fa05dcf006a2 (diff)
downloadpkgsrc-c64b41596de744a9bf9fb51b9aa219bc10adfe3d.tar.gz
Add a conflict with perl 5.8.3 and later.
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r--devel/p5-Test-Simple/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
index a10210e1a65..07da7266e1c 100644
--- a/devel/p5-Test-Simple/Makefile
+++ b/devel/p5-Test-Simple/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/03/31 01:53:01 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2004/05/01 16:05:18 kim Exp $
DISTNAME= Test-Simple-0.47
PKGNAME= p5-${DISTNAME}
@@ -11,6 +11,8 @@ COMMENT= Perl5 module with a simple framework for writing tests
DEPENDS+= p5-Test-Harness-[0-9]*:../../devel/p5-Test-Harness
+CONFLICTS+= perl>=5.8.3
+
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes