diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-02-17 23:42:48 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-02-17 23:42:48 +0000 |
commit | 1afed7cc8da801ffb0bc77b2d47cf4d42cd312b6 (patch) | |
tree | af8493f6e249c102cdeaf07478357a88feff5784 /net-mgmt/p5-NetAddr-IP | |
parent | 3c581302ffadc116588cf4c9c2d37da2bb199cc5 (diff) |
Do not install harmless, but unnecessary dependencies.
PR: 93156
Submitted by: Jo Rhett <jrhett@svcolo.com>
Notes
Notes:
svn path=/head/; revision=156243
Diffstat (limited to 'net-mgmt/p5-NetAddr-IP')
-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> |