20 lines
341 B
Makefile
20 lines
341 B
Makefile
# $OpenBSD: Makefile,v 1.16 2015/01/21 14:27:56 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= fast shared data cache using memory mapped files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Cache-FastMmap-1.34
|
|
REVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|