summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorgrant <grant>2004-05-08 04:05:58 +0000
committergrant <grant>2004-05-08 04:05:58 +0000
commitb17d7acdc57e7ca6bc1ea652d728b427e5cbbf84 (patch)
tree297108176ee4539766fc3648c4edeb3e19412155 /devel/p5-Test-Simple
parentb45861676b1d8fb8163a1fea77f321eef7e88e3f (diff)
downloadpkgsrc-b17d7acdc57e7ca6bc1ea652d728b427e5cbbf84.tar.gz
move the p5-Test-Harness DEPENDS to p5-Test-Harness where it belongs,
so any package requiring it can DTRT.
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r--devel/p5-Test-Simple/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
index c197e582bcd..5599cdf5580 100644
--- a/devel/p5-Test-Simple/Makefile
+++ b/devel/p5-Test-Simple/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/05/07 11:30:39 grant Exp $
+# $NetBSD: Makefile,v 1.20 2004/05/08 04:05:58 grant Exp $
DISTNAME= Test-Simple-0.47
PKGNAME= p5-${DISTNAME}
@@ -9,15 +9,12 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= shell@NetBSD.org
COMMENT= Perl5 module with a simple framework for writing tests
-# gah. perl58>=5.8.3 includes Test::Harness, so allow it to satisfy
-# this dependency.
-DEPENDS+= {p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness
-
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
USE_LANGUAGES= # empty
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Simple/.packlist
+.include "../../devel/p5-Test-Harness/depends.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"