diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-05 01:39:14 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-05 01:39:14 +0800 |
commit | 04b03743c77497b454e1974936eb17e1065f6550 (patch) | |
tree | 2212285e76f65b9b53cdcf0f33e9ed09af0b102f /net | |
parent | 59e617d81b84d0d55d93d904c629d12c369c6e25 (diff) | |
download | freebsd-ports-gnome-04b03743c77497b454e1974936eb17e1065f6550.tar.gz freebsd-ports-gnome-04b03743c77497b454e1974936eb17e1065f6550.tar.zst freebsd-ports-gnome-04b03743c77497b454e1974936eb17e1065f6550.zip |
- Remove old Perl support from unmaintained ports in categories starting
with letter k-n
Diffstat (limited to 'net')
-rw-r--r-- | net/lam/Makefile | 6 | ||||
-rw-r--r-- | net/lam/pkg-plist | 2 | ||||
-rw-r--r-- | net/p5-Net-Radius/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-Rendezvous/Makefile | 8 |
4 files changed, 2 insertions, 20 deletions
diff --git a/net/lam/Makefile b/net/lam/Makefile index 5f361c8aacd6..3bc55d9c6da1 100644 --- a/net/lam/Makefile +++ b/net/lam/Makefile @@ -378,12 +378,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .endif -.if ${PERL_LEVEL} == "500503" -PLIST_SUB= WANT_MPIEXEC="@comment " -.else -PLIST_SUB= WANT_MPIEXEC="" -.endif - .if ${ARCH} == "i386" PLIST_SUB+= I386="" .else diff --git a/net/lam/pkg-plist b/net/lam/pkg-plist index 002ba6bbe0d4..7d84f0cba06b 100644 --- a/net/lam/pkg-plist +++ b/net/lam/pkg-plist @@ -18,7 +18,7 @@ bin/lamwipe bin/mpiCC bin/mpic++ bin/mpicc -%%WANT_MPIEXEC%%bin/mpiexec +bin/mpiexec bin/mpif77 bin/mpimsg bin/mpirun diff --git a/net/p5-Net-Radius/Makefile b/net/p5-Net-Radius/Makefile index d4f842323758..86a72746931b 100644 --- a/net/p5-Net-Radius/Makefile +++ b/net/p5-Net-Radius/Makefile @@ -23,12 +23,6 @@ post-extract: .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e '$$_ = "" if /use warnings/;' \ - ${WRKSRC}/Radius/Dictionary.pm -.endif - .if ${PERL_LEVEL} < 500800 RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/net/p5-Net-Rendezvous/Makefile b/net/p5-Net-Rendezvous/Makefile index 6e3ea7dc4283..ec3e30625e2c 100644 --- a/net/p5-Net-Rendezvous/Makefile +++ b/net/p5-Net-Rendezvous/Makefile @@ -23,10 +23,4 @@ PERL_CONFIGURE= yes MAN3= Net::Rendezvous.3 \ Net::Rendezvous::Entry.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} <= 500600 -IGNORE= "perl 5.6 or higher is required to build this port" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |