ports/devel/p5-Cache-FastMmap/Makefile

15 lines
228 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= fast shared data cache using memory mapped files
MODULES= cpan
DISTNAME = Cache-FastMmap-1.57
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
TEST_DEPENDS = devel/p5-Test-Deep
.include <bsd.port.mk>