ports/devel/rubygem-mmap2/Makefile
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

21 lines
418 B
Makefile

PORTNAME= mmap2
PORTVERSION= 2.2.9
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Implement memory-mapped file objects for Ruby 2.x
WWW= https://gitlab.com/lyda/mmap
LICENSE= RUBY
USES= gem
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
.endif
.include <bsd.port.mk>