15 lines
255 B
Makefile
15 lines
255 B
Makefile
# $OpenBSD: Makefile,v 1.29 2020/11/15 07:54:12 benoit Exp $
|
|
|
|
COMMENT= fast shared data cache using memory mapped files
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Cache-FastMmap-1.51
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|