diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-16 10:37:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-16 10:37:44 +0000 |
commit | 585611bf640601bbd8f2d131f9d40fa15aaf487e (patch) | |
tree | 1905e408721752b2b8faae6ae7b34ba1596acd47 /graphics/p5-Layout-Manager/Makefile | |
parent | 16bab2438a2ae2203b927a022256dc0cb261cef5 (diff) | |
download | ports-585611bf640601bbd8f2d131f9d40fa15aaf487e.tar.gz ports-585611bf640601bbd8f2d131f9d40fa15aaf487e.zip |
Notes
Diffstat (limited to 'graphics/p5-Layout-Manager/Makefile')
-rw-r--r-- | graphics/p5-Layout-Manager/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/p5-Layout-Manager/Makefile b/graphics/p5-Layout-Manager/Makefile index fdec8c99a714..617a232e3292 100644 --- a/graphics/p5-Layout-Manager/Makefile +++ b/graphics/p5-Layout-Manager/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Layout-Manager -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GPHAT @@ -14,10 +14,9 @@ COMMENT= 2D Layout Management LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ - p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \ - p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \ - p5-Graphics-Primitive>=0.34:${PORTSDIR}/graphics/p5-Graphics-Primitive +BUILD_DEPENDS= p5-Geometry-Primitive>=0.16:${PORTSDIR}/graphics/p5-Geometry-Primitive \ + p5-Graphics-Primitive>=0.43:${PORTSDIR}/graphics/p5-Graphics-Primitive \ + p5-Moose>=0.79:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |