diff options
Diffstat (limited to 'www/p5-Catalyst-Devel/Makefile')
-rw-r--r-- | www/p5-Catalyst-Devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Devel/Makefile b/www/p5-Catalyst-Devel/Makefile index 69f96ee3c9d1..9e4935b52831 100644 --- a/www/p5-Catalyst-Devel/Makefile +++ b/www/p5-Catalyst-Devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Devel -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,11 +19,11 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Plugin-ConfigLoader>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \ p5-Catalyst-Plugin-Static-Simple>=0.16:${PORTSDIR}/www/p5-Catalyst-Plugin-Static-Simple \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \ p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \ p5-Path-Class>=0.09:${PORTSDIR}/devel/p5-Path-Class \ p5-Template-Toolkit>=2.14:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-YAML>=0.55:${PORTSDIR}/textproc/p5-YAML \ p5-parent>=0:${PORTSDIR}/devel/p5-parent BUILD_DEPENDS= ${RUN_DEPENDS} |