aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-04-09 12:00:41 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-04-09 12:00:41 +0000
commit7e7d4bc6c80a3cceac52505d836737b7a1f96e8f (patch)
tree42f7d6b65d9cfcd38780ba46ed3023b27e5d4a15 /net/p5-Net
parentf84c26962a33b79ad09dab9d567651e621948602 (diff)
downloadports-7e7d4bc6c80a3cceac52505d836737b7a1f96e8f.tar.gz
ports-7e7d4bc6c80a3cceac52505d836737b7a1f96e8f.zip
Mark as IS_INTERACTIVE to let batch runs continue until I can fix these two.
Notes
Notes: svn path=/head/; revision=6170
Diffstat (limited to 'net/p5-Net')
-rw-r--r--net/p5-Net/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile
index 0ed67b319d49..16c0a7ec1b40 100644
--- a/net/p5-Net/Makefile
+++ b/net/p5-Net/Makefile
@@ -3,7 +3,7 @@
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.3 1996/11/18 08:46:51 asami Exp $
+# $Id: Makefile,v 1.4 1997/04/05 20:23:43 jfitz Exp $
#
DISTNAME= libnet-1.05
@@ -19,6 +19,8 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \
${PREFIX}/lib/perl5/site_perl/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+IS_INTERACTIVE= YES
+
MAN3= Net::Time.3 Net::DummyInetd.3 Net::NNTP.3 Net::SNPP.3 \
Net::POP3.3 Net::Cmd.3 Net::SMTP.3 Net::Domain.3 \
Net::FTP.3 Net::Netrc.3 Net::Telnet.3 Net::PH.3