diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-01-05 19:49:00 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-01-05 19:49:00 +0000 |
commit | 12822574e25e923e9181c47f98191058559a6af1 (patch) | |
tree | 2c96d2ce77d4271ab6b6ee51828eb51226456eb1 /www/p5-Catalyst-Example-InstantCRUD/Makefile | |
parent | 01a1a5fe6f49c6910980eb8d4a84c0136d3c88cf (diff) |
Update to v0.0.18
Notes
Notes:
svn path=/head/; revision=181562
Diffstat (limited to 'www/p5-Catalyst-Example-InstantCRUD/Makefile')
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Example-InstantCRUD/Makefile b/www/p5-Catalyst-Example-InstantCRUD/Makefile index 4dcdd662bcb4..dd90032d0174 100644 --- a/www/p5-Catalyst-Example-InstantCRUD/Makefile +++ b/www/p5-Catalyst-Example-InstantCRUD/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Example-InstantCRUD -DISTVERSION= v0.0.17 +DISTVERSION= v0.0.18 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/Z/ZB/ZBY @@ -35,7 +35,8 @@ p5-Catalyst-Plugin-Authentication>=0.07:${PORTSDIR}/www/p5-Catalyst-Plugin-Authe p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTML-Widget>=0:${PORTSDIR}/www/p5-HTML-Widget \ + p5-HTML-Widget>=1.10:${PORTSDIR}/www/p5-HTML-Widget \ + p5-HTML-Widget-DBIC>=0:${PORTSDIR}/www/p5-HTML-Widget-DBIC \ p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \ p5-Template-Plugin-Class>=0:${PORTSDIR}/www/p5-Template-Plugin-Class \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ @@ -52,7 +53,6 @@ MAN3= Catalyst::Example::Controller::InstantCRUD.3 \ Catalyst::Helper::Model::InstantCRUD.3 \ Catalyst::Helper::View::InstantCRUD.3 \ Catalyst::Plugin::Auth::Utils.3 \ - HTML::Widget::DBIC.3 \ HTML::Widget::Element::DoubleSelect.3 .include <bsd.port.pre.mk> |