1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Properly sort RUN and BUILD DEPENDS that I inherited when I took over

this port, and assign BUILD_DEPENDS using := as recommended by danfe.
This commit is contained in:
Doug Barton 2010-06-17 06:30:42 +00:00
parent ca8d90121f
commit 819df73f88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256619

View File

@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= dougb@FreeBSD.org
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
RUN_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes