blob: ee4f1be4fd870fbd693fa87709a8cad9e919220a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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>
|