aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Geometry-Primitive
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-11-17 01:39:20 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-11-17 01:39:20 +0000
commitafccbc1b17957090a1dab7efee5e7bec3fe749e0 (patch)
treeea808142245cb0b9678984415b2c123cce744e66 /graphics/p5-Geometry-Primitive
parent4b0a4b75a0142ee2d1fcec1e9e86ef32456eeba8 (diff)
downloadports-afccbc1b17957090a1dab7efee5e7bec3fe749e0.tar.gz
ports-afccbc1b17957090a1dab7efee5e7bec3fe749e0.zip
- update to 0.19
Notes
Notes: svn path=/head/; revision=244350
Diffstat (limited to 'graphics/p5-Geometry-Primitive')
-rw-r--r--graphics/p5-Geometry-Primitive/Makefile22
-rw-r--r--graphics/p5-Geometry-Primitive/distinfo6
2 files changed, 17 insertions, 11 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+RUN_DEPENDS+= p5-Math-Complex>=1.56:${PORTSDIR}/math/p5-Math-Complex
+.endif
+
+.include <bsd.port.post.mk>
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