openbsd-ports/devel/p5-Cache-FastMmap/Makefile
2020-11-15 07:54:12 +00:00

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>