diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-08 11:22:00 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-08 11:22:00 +0000 |
commit | ae8e0dcc5af6607bfd0cb81607ae9c7ef935ebc4 (patch) | |
tree | f59e93657de77f2e430678c13a0387963000a962 | |
parent | e6f69f893bd0df4428099fa274d4c129296e0352 (diff) | |
download | freebsd-ports-ae8e0dcc5af6607bfd0cb81607ae9c7ef935ebc4.zip |
Bundle::Catalyst has been replaced by Task::Catalyst. Mark for
deprecation in two months.
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
-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 |