diff options
author | tobez <tobez@FreeBSD.org> | 2006-02-18 07:42:48 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-02-18 07:42:48 +0800 |
commit | 98f985f32f0037d51fb054f9ccd5ffe370e3a386 (patch) | |
tree | 937d09a5603afa703e95caec445ef354abeac4ff /net-mgmt | |
parent | 2ee8678b4ebe8d9a8e6a4a7789248e4415da511c (diff) | |
download | freebsd-ports-gnome-98f985f32f0037d51fb054f9ccd5ffe370e3a386.tar.gz freebsd-ports-gnome-98f985f32f0037d51fb054f9ccd5ffe370e3a386.tar.zst freebsd-ports-gnome-98f985f32f0037d51fb054f9ccd5ffe370e3a386.zip |
Do not install harmless, but unnecessary dependencies.
PR: 93156
Submitted by: Jo Rhett <jrhett@svcolo.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-NetAddr-IP/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/p5-NetAddr-IP/Makefile b/net-mgmt/p5-NetAddr-IP/Makefile index f5f215440829..f963a2146c55 100644 --- a/net-mgmt/p5-NetAddr-IP/Makefile +++ b/net-mgmt/p5-NetAddr-IP/Makefile @@ -7,6 +7,7 @@ PORTNAME= NetAddr-IP PORTVERSION= 3.028 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/L/LU/LUISMUNOZ @@ -15,10 +16,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module for working with IP addresses and blocks thereof -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= NetAddr::IP.3 @@ -27,6 +24,9 @@ MAN3= NetAddr::IP.3 .if ${PERL_LEVEL} < 500601 IGNORE= This port requires perl 5.6.x or later version +.elif ${PERL_LEVEL} < 500800 +BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= ${BUILD_DEPENDS} .endif .include <bsd.port.post.mk> |