forked from Lainports/freebsd-ports
non-blocking I/O applications but is suitable wherever buffering is required. IO::Buffer is compatible with Ruby 1.8/1.9 and Rubinius. WWW: https://github.com/tarcieri/iobuffer
20 lines
369 B
Makefile
20 lines
369 B
Makefile
# New ports collection makefile for: rubygem-iobuffer
|
|
# Date created: 10 Jul 2012
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iobuffer
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Gems for iobuffer
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|