freebsd-ports/devel/rubygem-iobuffer/Makefile
Jun Kuriyama e06ee6bd7e IO::Buffer is a fast byte queue which is primarily intended for
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
2012-07-10 10:18:13 +00:00

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>