freebsd-ports/devel/p5-Cache-Mmap/Makefile
2021-04-06 16:31:07 +02:00

17 lines
321 B
Makefile

# Created by: Erwin Lansing <erwin@FreeBSD.org>
PORTNAME= Cache-Mmap
PORTVERSION= 0.11
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Shared data cache using memory mapped files
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>