ports/devel/rubygem-mmap2/Makefile
Torsten Zuehlsdorff 2d5c824bd4 New port: devel/rubygem-mmap2
The Mmap class implement memory-mapped file objects for Ruby 2.x.

WWW: https://gitlab.com/lyda/mmap
2017-09-01 07:38:45 +00:00

17 lines
257 B
Makefile

# $FreeBSD$
PORTNAME= mmap2
PORTVERSION= 2.2.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tz@FreeBSD.org
COMMENT= Implement memory-mapped file objects for Ruby 2.x
LICENSE= RUBY
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>