freebsd-ports/devel/rubygem-stringio/Makefile
2020-08-30 07:17:16 +00:00

17 lines
290 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= stringio
PORTVERSION= 0.1.4
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>