diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-07-11 17:54:59 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-07-11 17:54:59 +0000 |
commit | 423c3e7dccd30f4c5a7746316ee18685d5047d93 (patch) | |
tree | b5043a3dc388a4710325a27624d2de7e2b9d1f20 /www/p5-Catalyst-Model-DBIC-Schema/Makefile | |
parent | e8e3bad468a765f591d394ea31c73f3f4dfdb3c9 (diff) | |
download | ports-423c3e7dccd30f4c5a7746316ee18685d5047d93.tar.gz ports-423c3e7dccd30f4c5a7746316ee18685d5047d93.zip |
Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules).
Notes
Notes:
svn path=/head/; revision=167513
Diffstat (limited to 'www/p5-Catalyst-Model-DBIC-Schema/Makefile')
-rw-r--r-- | www/p5-Catalyst-Model-DBIC-Schema/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Model-DBIC-Schema/Makefile b/www/p5-Catalyst-Model-DBIC-Schema/Makefile index 75a603a4da00..873528506744 100644 --- a/www/p5-Catalyst-Model-DBIC-Schema/Makefile +++ b/www/p5-Catalyst-Model-DBIC-Schema/Makefile @@ -16,7 +16,8 @@ MAINTAINER= lbr@FreeBSD.org COMMENT= DBIx::Class::Schema Model Class BUILD_DEPENDS= \ - p5-Catalyst>=5.64:${PORTSDIR}/www/p5-Catalyst \ + p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \ p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Class-Data-Accessor>=0.02:${PORTSDIR}/devel/p5-Class-Data-Accessor \ p5-DBIx-Class>=0.06000:${PORTSDIR}/databases/p5-DBIx-Class \ |