summaryrefslogtreecommitdiff
path: root/devel/rubygem-stringio/Makefile
blob: 18ba6ba0ca380da357baebf4e5aac74e6bab5e08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	stringio
PORTVERSION=	3.1.6
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Pseudo IO class from/to String
WWW=		https://github.com/ruby/stringio

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

USES=		gem

.include <bsd.port.mk>