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 | 68083c3266e2960ffd2ee30e63c39ea04a2fea39 (patch) | |
tree | 7e4387ee902ef1454d5b4af0bd119e57d2c59ec7 | |
parent | e4c1fa52512616371610989100e8f3dd3318d6cc (diff) | |
download | pkgsrc-68083c3266e2960ffd2ee30e63c39ea04a2fea39.tar.gz |
Interactive "test" phase.
-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" |