summaryrefslogtreecommitdiff
path: root/chat/p5-Net-Goofey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/p5-Net-Goofey/Makefile')
-rw-r--r--chat/p5-Net-Goofey/Makefile5
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"