diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-25 18:56:02 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-25 18:56:02 +0000 |
commit | 55950cc9cfca45c98573f1344ddfe9e62667730b (patch) | |
tree | a08cff6de95fca19d2c47ae37370388a6dbeebd9 /net/p5-Net | |
parent | 7d0d5374c6cfb1331cb4064c833274c23c2f66bb (diff) | |
download | ports-55950cc9cfca45c98573f1344ddfe9e62667730b.tar.gz ports-55950cc9cfca45c98573f1344ddfe9e62667730b.zip |
Notes
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net/files/patch-Makefile.PL | 13 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 3402b001e52e..4bebacdb1cd9 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net PORTVERSION= 1.22 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN @@ -17,10 +17,6 @@ DISTNAME= libnet-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules to access and use network protocols -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) -IS_INTERACTIVE= yes -.endif - RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL PORTSCOUT= skipv:1.0901 diff --git a/net/p5-Net/files/patch-Makefile.PL b/net/p5-Net/files/patch-Makefile.PL index 6e8250940727..e44908d34bdd 100644 --- a/net/p5-Net/files/patch-Makefile.PL +++ b/net/p5-Net/files/patch-Makefile.PL @@ -1,5 +1,14 @@ ---- Makefile.PL.orig Sat May 19 15:56:18 2007 -+++ Makefile.PL Tue Jun 19 16:05:28 2007 +--- Makefile.PL.orig 2007-08-26 08:14:13.000000000 -0400 ++++ Makefile.PL 2012-04-25 14:43:48.565212760 -0400 +@@ -47,7 +47,7 @@ + last if ($config_pm = $_) =~ s/^ExtUtils(.)MakeMaker.pm/Net${1}libnet.cfg/; + } + +- system(($^O eq 'VMS' ? 'mcr ': ()),$^X, 'Configure') ++ system(($^O eq 'VMS' ? 'mcr ': ()),$^X, 'Configure','-d') + unless -f $libnet_cfg; + + $self->{PM}->{$libnet_cfg} = $self->catfile('$(INST_LIBDIR)',$config_pm); @@ -98,6 +98,18 @@ IO::Socket => 1.05 }, |