ports/devel/p5-Cache-Mmap/Makefile

15 lines
205 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= shared data cache using memory mapped files
MODULES= cpan
DISTNAME= Cache-Mmap-0.11
EPOCH= 0
REVISION= 3
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
.include <bsd.port.mk>