aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-AuthenCache
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2003-02-10 20:49:48 +0000
committerPatrick Li <pat@FreeBSD.org>2003-02-10 20:49:48 +0000
commit7d54b6f5593c32e0a77a6c1777cb01865ba7e6c3 (patch)
treea79758845e167fc0a71d474154d405ab36d5b20c /www/p5-Apache-AuthenCache
parentec0e57b389184a4b8adc8f5897d941a6a8409a5e (diff)
downloadports-7d54b6f5593c32e0a77a6c1777cb01865ba7e6c3.tar.gz
ports-7d54b6f5593c32e0a77a6c1777cb01865ba7e6c3.zip
Update to 0.05
PR: ports/48153 Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes: svn path=/head/; revision=75257
Diffstat (limited to 'www/p5-Apache-AuthenCache')
-rw-r--r--www/p5-Apache-AuthenCache/Makefile6
-rw-r--r--www/p5-Apache-AuthenCache/distinfo2
-rw-r--r--www/p5-Apache-AuthenCache/pkg-descr1
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