diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-03 08:52:58 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-03 08:52:58 +0000 |
commit | 8b03a5d2c82169fdc782ec0c4946249d709a43d2 (patch) | |
tree | c7b9322d2388567e2a5395cba4d887138f1bd054 /security | |
parent | f3f1d99c4731b04dce0b4f050ff64d88f8b13b92 (diff) | |
download | pkgsrc-8b03a5d2c82169fdc782ec0c4946249d709a43d2.tar.gz |
The self test sometimes ends in an endless loop.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-RandPasswd/Makefile | 5 |
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" |