Update to 0.05

PR:		ports/48153
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Patrick Li 2003-02-10 20:49:48 +00:00
parent ec0e57b389
commit 7d54b6f559
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75257
3 changed files with 6 additions and 3 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (Apache-AuthenCache-0.04.tar.gz) = 2984cc8c6aedf033701275bca0f393ca
MD5 (Apache-AuthenCache-0.05.tar.gz) = d6d19a1dca46ad03c7504fbc8d435fca

View File

@ -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