diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-08 19:22:00 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-08 19:22:00 +0800 |
commit | 0bb50dd3a03b45495c7876068d648e4d1a14d2b1 (patch) | |
tree | 6754e9538df9552382b6d369933c54f58b47200c /www | |
parent | 566de5957f9ee5dde4d0ad451a4c5d7642f1acf1 (diff) | |
download | freebsd-ports-gnome-0bb50dd3a03b45495c7876068d648e4d1a14d2b1.tar.gz freebsd-ports-gnome-0bb50dd3a03b45495c7876068d648e4d1a14d2b1.tar.zst freebsd-ports-gnome-0bb50dd3a03b45495c7876068d648e4d1a14d2b1.zip |
Bundle::Catalyst has been replaced by Task::Catalyst. Mark for
deprecation in two months.
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Bundle-Catalyst/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Bundle-Catalyst/Makefile b/www/p5-Bundle-Catalyst/Makefile index 18937e40a78a..6be4298aaa17 100644 --- a/www/p5-Bundle-Catalyst/Makefile +++ b/www/p5-Bundle-Catalyst/Makefile @@ -36,6 +36,8 @@ BUILD_DEPENDS= p5-Catalyst>=0:${PORTSDIR}/www/p5-Catalyst \ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +DEPRECATED= Replaced by www/p5-Task-Catalyst +EXPRIRATION_DATE= 2005-02-08 MAN3= Bundle::Catalyst.3 |