freebsd-ports/devel/rubygem-io-like/Makefile
TAKATSU Tomonari 55365ccf3b - Add a new port: devel/rubygem-io-like
The IO::Like module provides all of the methods of typical IO implementations
  such as File; most importantly the read, write, and seek series of methods.  A
  class which includes IO::Like needs to provide only a few methods in order to
  enable the higher level methods.  Buffering is automatically provided by default
  for the methods which normally provide it in IO.

  WWW:	https://github.com/javanthropus/io-like
2011-08-06 08:01:59 +00:00

26 lines
514 B
Makefile

# New ports collection makefile for: rubygem-io-like
# Date created: 2011-08-06
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= io-like
PORTVERSION= 0.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= The interface of IO objects to classes providing a few simple methods
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not work with ruby 1.9
.endif
.include <bsd.port.post.mk>