summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-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"