diff options
author | tobez <tobez@FreeBSD.org> | 2010-02-08 19:21:27 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2010-02-08 19:21:27 +0800 |
commit | b5947db6b99242d216ff925408de549ef860b386 (patch) | |
tree | 3106e21fd2e3a05604889ce92d519c3336c1ac8d /www | |
parent | 9369e7e551f9f15af889f6630f6a91df6650531f (diff) | |
download | freebsd-ports-gnome-b5947db6b99242d216ff925408de549ef860b386.tar.gz freebsd-ports-gnome-b5947db6b99242d216ff925408de549ef860b386.tar.zst freebsd-ports-gnome-b5947db6b99242d216ff925408de549ef860b386.zip |
Deprecate, since the module is deprecated by its authour.
To be removed in a month.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Plugin-Cache-FileCache/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-Cache-FileCache/Makefile b/www/p5-Catalyst-Plugin-Cache-FileCache/Makefile index 8ef08e21ae00..ad652f3926bb 100644 --- a/www/p5-Catalyst-Plugin-Cache-FileCache/Makefile +++ b/www/p5-Catalyst-Plugin-Cache-FileCache/Makefile @@ -7,6 +7,7 @@ PORTNAME= Catalyst-Plugin-Cache-FileCache PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +19,9 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache RUN_DEPENDS= ${BUILD_DEPENDS} +DEPRECATED= Deprecated by module author in favor of www/p5-Catalyst-Plugin-Cache +EXPIRATION_DATE= 2010-03-08 + PERL_MODBUILD= 5.8.1+ MAN3= Catalyst::Plugin::Cache::FileCache.3 |