diff options
-rw-r--r-- | net/p5-Net/Makefile | 4 | ||||
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 22223fd6d16f..a518f9ef321d 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/12/11 10:18:39 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/05 20:53:08 jfitz Exp $ # DISTNAME= libwww-perl-5.07 @@ -19,6 +19,8 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/Net/FTP.pm:${PORTSDIR}/net/p5-Net RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +IS_INTERACTIVE= YES + MAN1= lwp-mirror.1 lwp-request.1 lwp-rget.1 lwp-download.1 MAN3= File::CounterFile.3 File::Listing.3 Font::AFM.3 \ HTML::AsSubs.3 HTML::Element.3 HTML::Entities.3 \ |