openbsd-ports/devel/p5-Sys-Mmap/Makefile
2022-03-11 18:49:30 +00:00

15 lines
190 B
Makefile

COMMENT = use mmap to map in a file as a Perl variable
DISTNAME = Sys-Mmap-0.20
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
MODULES = cpan
.include <bsd.port.mk>