openbsd-ports/devel/p5-Cache-Mmap/Makefile
2013-03-11 10:50:00 +00:00

19 lines
285 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/03/11 10:50:13 espie Exp $
SHARED_ONLY= Yes
COMMENT= shared data cache using memory mapped files
MODULES= cpan
DISTNAME= Cache-Mmap-0.11
EPOCH= 0
REVISION= 0
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c
.include <bsd.port.mk>