17 lines
251 B
Makefile
17 lines
251 B
Makefile
# $OpenBSD: Makefile,v 1.6 2020/11/01 10:09:56 benoit Exp $
|
|
|
|
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>
|