diff options
Diffstat (limited to 'devel/p5-Cache-Mmap/Makefile')
-rw-r--r-- | devel/p5-Cache-Mmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Cache-Mmap/Makefile b/devel/p5-Cache-Mmap/Makefile index 1423549f20f4..1f6c0530d256 100644 --- a/devel/p5-Cache-Mmap/Makefile +++ b/devel/p5-Cache-Mmap/Makefile @@ -6,11 +6,12 @@ # PORTNAME= Cache-Mmap -PORTVERSION= 0.081 +PORTVERSION= 0.090 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Cache PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-0.09 MAINTAINER= erwin@FreeBSD.org COMMENT= Cache::Mmap - Shared data cache using memory mapped files |