19 lines
338 B
Makefile
19 lines
338 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/09/24 15:23:06 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= shared data cache using memory mapped files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Cache-Mmap-0.09
|
|
REVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|