summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2004-05-01 16:05:18 +0000
committerkim <kim@pkgsrc.org>2004-05-01 16:05:18 +0000
commit756eaaa1340faeedccec16f7bec797c1f0e91c9a (patch)
treee181c15fd6946f021359b5434aba5399eaf08ed2 /devel/p5-Test-Simple
parent98e6cf84f73ea4ab1b67fc4678011f7997c8906e (diff)
downloadpkgsrc-756eaaa1340faeedccec16f7bec797c1f0e91c9a.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