diff --git a/graphics/p5-Geometry-Primitive/Makefile b/graphics/p5-Geometry-Primitive/Makefile index 1ad2415c1b05..54e8844bad05 100644 --- a/graphics/p5-Geometry-Primitive/Makefile +++ b/graphics/p5-Geometry-Primitive/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Geometry-Primitive -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/G/GP/GPHAT @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Primitive Geometry Entities -BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Clone>=0.04:${PORTSDIR}/devel/p5-MooseX-Clone \ - p5-Math-Complex>=1.56:${PORTSDIR}/math/p5-Math-Complex \ - p5-MooseX-Storage>=0.17:${PORTSDIR}/devel/p5-MooseX-Storage \ - p5-Check-ISA>=0.04:${PORTSDIR}/devel/p5-Check-ISA -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Check-ISA>=0.04:${PORTSDIR}/devel/p5-Check-ISA \ + p5-JSON-Any>=1.22:${PORTSDIR}/converters/p5-JSON-Any \ + p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Clone>=0.04:${PORTSDIR}/devel/p5-MooseX-Clone \ + p5-MooseX-Storage>=0.17:${PORTSDIR}/devel/p5-MooseX-Storage +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= YES @@ -36,4 +36,10 @@ MAN3= Geometry::Primitive.3 \ Geometry::Primitive::Rectangle.3 \ Geometry::Primitive::Shape.3 -.include +.include + +.if ${PERL_LEVEL} < 501001 +RUN_DEPENDS+= p5-Math-Complex>=1.56:${PORTSDIR}/math/p5-Math-Complex +.endif + +.include diff --git a/graphics/p5-Geometry-Primitive/distinfo b/graphics/p5-Geometry-Primitive/distinfo index f9c37136a47b..ccbda5cc6ff2 100644 --- a/graphics/p5-Geometry-Primitive/distinfo +++ b/graphics/p5-Geometry-Primitive/distinfo @@ -1,3 +1,3 @@ -MD5 (Geometry-Primitive-0.18.tar.gz) = c64a7b352813cd3d0dec880068ab0a51 -SHA256 (Geometry-Primitive-0.18.tar.gz) = 6989fef3a61b2bb83d1029f8eba029323c15155a774b26c575bf996d68c62a36 -SIZE (Geometry-Primitive-0.18.tar.gz) = 22551 +MD5 (Geometry-Primitive-0.19.tar.gz) = a4f65b76e77a3c283ba2f70358a40064 +SHA256 (Geometry-Primitive-0.19.tar.gz) = 3a8790910bc8df720a7b6106cb9de9c4811e5b599afac9e3a73c5dc0e50a56d2 +SIZE (Geometry-Primitive-0.19.tar.gz) = 22534