diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-State-URI/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-URI/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-URI/Makefile b/www/p5-Catalyst-Plugin-Session-State-URI/Makefile index 792819ec76ce..2fec3f37af02 100644 --- a/www/p5-Catalyst-Plugin-Session-State-URI/Makefile +++ b/www/p5-Catalyst-Plugin-Session-State-URI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-Session-State-URI -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Catalyst @@ -17,6 +17,7 @@ COMMENT= Saves Catalyst Session IDs by rewriting URIs RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0.06:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \ p5-HTML-TokeParser-Simple>=0:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types BUILD_DEPENDS= ${RUN_DEPENDS} |