18 lines
269 B
Makefile
18 lines
269 B
Makefile
# $OpenBSD: Makefile,v 1.3 2017/09/23 10:51:07 sthen Exp $
|
|
|
|
COMMENT = use mmap to map in a file as a Perl variable
|
|
|
|
DISTNAME = Sys-Mmap-0.19
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|