diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-02 21:16:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-02 21:16:20 +0000 |
commit | 4cec73e3f8e05a8e177f87bc75190cc50c2fca1d (patch) | |
tree | 7e4387ee902ef1454d5b4af0bd119e57d2c59ec7 /chat/p5-Net-Goofey/Makefile | |
parent | bf3991c4ce6fe8e5a5f5628809f3f36b1938afbf (diff) | |
download | pkgsrc-4cec73e3f8e05a8e177f87bc75190cc50c2fca1d.tar.gz |
Interactive "test" phase.
Diffstat (limited to 'chat/p5-Net-Goofey/Makefile')
-rw-r--r-- | chat/p5-Net-Goofey/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/p5-Net-Goofey/Makefile b/chat/p5-Net-Goofey/Makefile index fffdfb5c6f3..8c6923d3792 100644 --- a/chat/p5-Net-Goofey/Makefile +++ b/chat/p5-Net-Goofey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:04 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/10/02 21:16:20 rillig Exp $ # DISTNAME= Net-Goofey-1.5 @@ -13,5 +13,8 @@ COMMENT= Perl module for communicating with a Goofey server PERL5_PACKLIST= auto/Net/Goofey/.packlist +# Requires the user to enter a username/password +INTERACTIVE_STAGE= test + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |