17 lines
272 B
Makefile
17 lines
272 B
Makefile
# $OpenBSD: Makefile,v 1.16 2016/03/20 19:56:14 naddy Exp $
|
|
|
|
COMMENT= shared data cache using memory mapped files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Cache-Mmap-0.11
|
|
EPOCH= 0
|
|
REVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|