Files
ports/devel/rubygem-stringio/Makefile
Sunpoet Po-Chuan Hsieh 01866d6e63 Add rubygem-stringio 0.1.3
StringIO is the pseudo IO class from/to String. This library is based on
MoonWolf version written in Ruby.

WWW: https://github.com/ruby/stringio
2020-07-24 07:08:29 +00:00

18 lines
290 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= stringio
PORTVERSION= 0.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pseudo IO class from/to String
LICENSE= BSD2CLAUSE
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>