15 lines
254 B
Makefile
15 lines
254 B
Makefile
# $OpenBSD: Makefile,v 1.24 2019/07/12 20:44:45 sthen Exp $
|
|
|
|
COMMENT= fast shared data cache using memory mapped files
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Cache-FastMmap-1.45
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|