diff options
author | pat <pat@FreeBSD.org> | 2003-02-11 04:49:48 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2003-02-11 04:49:48 +0800 |
commit | 4eebecec01b1ae38b2752506ff17d395e11fc950 (patch) | |
tree | 908db09969f53671c9d7cf12fd9a24726825ce85 /www/p5-Apache-AuthenCache | |
parent | 48ae55b29c314d5a15ee774f680cb5d2b46d20fc (diff) | |
download | freebsd-ports-gnome-4eebecec01b1ae38b2752506ff17d395e11fc950.tar.gz freebsd-ports-gnome-4eebecec01b1ae38b2752506ff17d395e11fc950.tar.zst freebsd-ports-gnome-4eebecec01b1ae38b2752506ff17d395e11fc950.zip |
Update to 0.05
PR: ports/48153
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'www/p5-Apache-AuthenCache')
-rw-r--r-- | www/p5-Apache-AuthenCache/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Apache-AuthenCache/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-AuthenCache/pkg-descr | 1 |
3 files changed, 6 insertions, 3 deletions
diff --git a/www/p5-Apache-AuthenCache/Makefile b/www/p5-Apache-AuthenCache/Makefile index 9ada4e0055d6..53ba7880ea00 100644 --- a/www/p5-Apache-AuthenCache/Makefile +++ b/www/p5-Apache-AuthenCache/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-AuthenCache -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -14,7 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash +BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ + ${SITE_PERL}/IPC/Cache.pm:${PORTSDIR}/devel/p5-IPC-Cache \ + ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} diff --git a/www/p5-Apache-AuthenCache/distinfo b/www/p5-Apache-AuthenCache/distinfo index ad6b3be71b50..d3affde87d7c 100644 --- a/www/p5-Apache-AuthenCache/distinfo +++ b/www/p5-Apache-AuthenCache/distinfo @@ -1 +1 @@ -MD5 (Apache-AuthenCache-0.04.tar.gz) = 2984cc8c6aedf033701275bca0f393ca +MD5 (Apache-AuthenCache-0.05.tar.gz) = d6d19a1dca46ad03c7504fbc8d435fca diff --git a/www/p5-Apache-AuthenCache/pkg-descr b/www/p5-Apache-AuthenCache/pkg-descr index e1ce3edbcfee..8f7d4d230c05 100644 --- a/www/p5-Apache-AuthenCache/pkg-descr +++ b/www/p5-Apache-AuthenCache/pkg-descr @@ -3,5 +3,6 @@ to be used in conjunction with a primary authentication module, e.g. Apache::AuthenDBI and others. Author: Jason Bodnar <jcbodnar@mail.utexas.edu> +WWW: http://search.cpan.org/dist/Apache-AuthenCache/ --will |