0322cbac24
confirmed by maintainer
20 lines
392 B
Makefile
20 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/11/19 18:53:21 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= fast shared data cache using memory mapped files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Cache-FastMmap-1.24
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|