Update to 0.08

This commit is contained in:
Erwin Lansing 2003-10-30 20:24:54 +00:00
parent 4eb5247c17
commit 8ae3bcc7de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92655
2 changed files with 6 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Cache-Mmap
PORTVERSION= 0.07
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Cache
@ -22,8 +22,10 @@ MAN3= Cache::Mmap.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (Cache-Mmap-0.07.tar.gz) = 1288f95fa9a86a83c0884602b69597f1
MD5 (Cache-Mmap-0.08.tar.gz) = f0074b7d13cb2a36cb134c0274c4c2d7