15 lines
205 B
Makefile
15 lines
205 B
Makefile
|
COMMENT= shared data cache using memory mapped files
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= Cache-Mmap-0.11
|
||
|
EPOCH= 0
|
||
|
REVISION= 3
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
.include <bsd.port.mk>
|