summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RandPasswd
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-03 08:52:58 +0000
committerrillig <rillig>2006-10-03 08:52:58 +0000
commitad04ace4f5749f8eb30acd2681d3c7627b85afd8 (patch)
treec7b9322d2388567e2a5395cba4d887138f1bd054 /security/p5-Crypt-RandPasswd
parent4351e898f5116b6e1b8155786c72ea63268d4b69 (diff)
downloadpkgsrc-ad04ace4f5749f8eb30acd2681d3c7627b85afd8.tar.gz
The self test sometimes ends in an endless loop.
Diffstat (limited to 'security/p5-Crypt-RandPasswd')
-rw-r--r--security/p5-Crypt-RandPasswd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Crypt-RandPasswd/Makefile b/security/p5-Crypt-RandPasswd/Makefile
index 0fb9e97636f..9ee90c4803d 100644
--- a/security/p5-Crypt-RandPasswd/Makefile
+++ b/security/p5-Crypt-RandPasswd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/07/13 19:10:50 heinz Exp $
+# $NetBSD: Makefile,v 1.7 2006/10/03 08:52:58 rillig Exp $
#
DISTNAME= Crypt-RandPasswd-0.02
@@ -14,5 +14,8 @@ COMMENT= Random password generator based on FIPS-181
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/RandPasswd/.packlist
+# Sometimes results in an endless loop.
+TEST_TARGET= # none
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"