1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- update dependency to make it build again

This commit is contained in:
Yen-Ming Lee 2008-11-30 17:46:32 +00:00
parent 813475f3f6
commit 6b11978de7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223631

View File

@ -14,10 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Base class for implementing various dependency trees
BUILD_DEPENDS= ${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
RUN_DEPENDS= ${BUILD_DEPENDS}
RUN_DEPENDS= p5-Params-Util>=0.06:${PORTSDIR}/devel/p5-Params-Util
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI
MAN3= Algorithm::Dependency.3 \
Algorithm::Dependency::Item.3 \
@ -29,4 +28,10 @@ MAN3= Algorithm::Dependency.3 \
PERL_CONFIGURE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.11:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>