diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-17 06:59:54 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-17 06:59:54 +0000 |
commit | ca053709d55174b6b6fe0f37060a147601e330f0 (patch) | |
tree | ed51754eabb506694045e4fc89579baaec8ae2cb /graphics | |
parent | 80b8990aa4ea05614b6e7620cbc02d9b5710658b (diff) | |
download | ports-ca053709d55174b6b6fe0f37060a147601e330f0.tar.gz ports-ca053709d55174b6b6fe0f37060a147601e330f0.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Graphics-Primitive/Makefile | 15 | ||||
-rw-r--r-- | graphics/p5-Graphics-Primitive/distinfo | 6 |
2 files changed, 11 insertions, 10 deletions
diff --git a/graphics/p5-Graphics-Primitive/Makefile b/graphics/p5-Graphics-Primitive/Makefile index 21a8e7b39ec9..e2738b136c91 100644 --- a/graphics/p5-Graphics-Primitive/Makefile +++ b/graphics/p5-Graphics-Primitive/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Graphics-Primitive -PORTVERSION= 0.45 +PORTVERSION= 0.46 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/G/GP/GPHAT @@ -15,14 +15,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Device and library agnostic graphic primitives -BUILD_DEPENDS= p5-Geometry-Primitive>=0.16:${PORTSDIR}/graphics/p5-Geometry-Primitive \ +RUN_DEPENDS= p5-Forest>=0.06:${PORTSDIR}/devel/p5-Forest \ + p5-Geometry-Primitive>=0.16:${PORTSDIR}/graphics/p5-Geometry-Primitive \ p5-Graphics-Color>=0.20:${PORTSDIR}/graphics/p5-Graphics-Color \ + p5-JSON-Any>=1.22:${PORTSDIR}/converters/p5-JSON-Any \ p5-Moose>=0.79:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Clone>=0.04:${PORTSDIR}/devel/p5-MooseX-Clone \ - p5-MooseX-AttributeHelpers>=0.17:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ - p5-MooseX-Storage>=0.17:${PORTSDIR}/devel/p5-MooseX-Storage \ - p5-Forest>=0.06:${PORTSDIR}/devel/p5-Forest -RUN_DEPENDS= ${BUILD_DEPENDS} + p5-MooseX-AttributeHelpers>=0.17:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ + 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 diff --git a/graphics/p5-Graphics-Primitive/distinfo b/graphics/p5-Graphics-Primitive/distinfo index 1c827f90b31e..5b22809cb832 100644 --- a/graphics/p5-Graphics-Primitive/distinfo +++ b/graphics/p5-Graphics-Primitive/distinfo @@ -1,3 +1,3 @@ -MD5 (Graphics-Primitive-0.45.tar.gz) = a39c72d89fbb3db1f2ee85bf54274702 -SHA256 (Graphics-Primitive-0.45.tar.gz) = c823b49ae38448ccf2d45f7e014613ca7f58fc9891b91e929fb4ed0e9b20c2f7 -SIZE (Graphics-Primitive-0.45.tar.gz) = 39715 +MD5 (Graphics-Primitive-0.46.tar.gz) = dba73a06eaeb4fb8de52c5a7032aabb0 +SHA256 (Graphics-Primitive-0.46.tar.gz) = 05522450f7afe96c4644643e418c875487acc8133f35928181006ef590c9cb15 +SIZE (Graphics-Primitive-0.46.tar.gz) = 39637 |