diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-08-22 13:31:42 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-08-22 13:31:42 +0000 |
commit | f91ab575ce4a1c9a3c02a056440311730b520cc7 (patch) | |
tree | ec8a00e8c8c8b9bbfacdeff67da9281bd5c857d2 /www | |
parent | a88e53d2aff4707b56abb71af02d04935dd89788 (diff) | |
download | freebsd-ports-f91ab575ce4a1c9a3c02a056440311730b520cc7.zip |
Add a dependency on Catalyst::DispatchType::Regex, which is no longer
part of the Catalyst core.
Diffstat (limited to 'www')
-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 \ |