aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-mmap2/Makefile
blob: 1e7a90de3b7bcd09de2d1fba61af0f204bb02a69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
USE_RUBY=	yes

.include <bsd.port.mk>