summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-LongString/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Test-LongString/Makefile b/devel/p5-Test-LongString/Makefile
index 2e13ece2df6..fc2ebc1e77a 100644
--- a/devel/p5-Test-LongString/Makefile
+++ b/devel/p5-Test-LongString/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 22:02:57 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2006/02/08 16:27:32 seb Exp $
DISTNAME= Test-LongString-0.09
+PKGREVISION= 1
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -12,5 +13,7 @@ COMMENT= Perl5 module to test strings for equality
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/LongString/.packlist
+DEPENDS+= p5-Test-Simple>=0.62:../../devel/p5-Test-Simple
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"