summaryrefslogtreecommitdiff
path: root/devel/rubygem-mmap2/Makefile
blob: 5bfc6fe57b456f70ccb1ff86e4e360f740f2093f (plain)
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

LICENSE=	RUBY

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>