diff options
author | des <des@FreeBSD.org> | 2014-08-22 21:31:42 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2014-08-22 21:31:42 +0800 |
commit | e2e46714d55a610170bcda3b00730e8d5ce018be (patch) | |
tree | ec8a00e8c8c8b9bbfacdeff67da9281bd5c857d2 | |
parent | 82bf03b19bec99cc472965a0a5fe1dcff91b1023 (diff) | |
download | freebsd-ports-gnome-e2e46714d55a610170bcda3b00730e8d5ce018be.tar.gz freebsd-ports-gnome-e2e46714d55a610170bcda3b00730e8d5ce018be.tar.zst freebsd-ports-gnome-e2e46714d55a610170bcda3b00730e8d5ce018be.zip |
Add a dependency on Catalyst::DispatchType::Regex, which is no longer
part of the Catalyst core.
-rw-r--r-- | www/p5-Catalyst-Plugin-Server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Server/Makefile b/www/p5-Catalyst-Plugin-Server/Makefile index 9cf7d48306f7..5fd5c573aff5 100644 --- a/www/p5-Catalyst-Plugin-Server/Makefile +++ b/www/p5-Catalyst-Plugin-Server/Makefile @@ -3,7 +3,7 @@ PORTNAME= Catalyst-Plugin-Server PORTVERSION= 0.28 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Catalyst-DispatchType-Regex>=5.7000:${PORTSDIR}/www/p5-Catalyst-DispatchType-Regex \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Clone-Fast>=0:${PORTSDIR}/devel/p5-Clone-Fast \ |