15 lines
260 B
Makefile
15 lines
260 B
Makefile
# $OpenBSD: Makefile,v 1.21 2016/03/20 19:56:14 naddy Exp $
|
|
|
|
COMMENT= fast shared data cache using memory mapped files
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Cache-FastMmap-1.43
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|