1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Do not install harmless, but unnecessary dependencies.

PR:		93156
Submitted by:	Jo Rhett <jrhett@svcolo.com>
This commit is contained in:
Anton Berezin 2006-02-17 23:42:48 +00:00
parent 3c581302ff
commit 1afed7cc8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156243

View File

@ -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>