mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15 lines
228 B
Makefile
15 lines
228 B
Makefile
COMMENT= fast shared data cache using memory mapped files
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Cache-FastMmap-1.60
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Deep
|
|
|
|
.include <bsd.port.mk>
|