# $FreeBSD: tags/RELEASE_10_3_0/textproc/rubygem-string-scrub/Makefile 394559 2015-08-18 06:01:55Z kuriyama $

PORTNAME=	string-scrub
PORTVERSION=	0.0.5
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	String\#scrub for Ruby 2.0.0 and 1.9.3

LICENSE=	MIT

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.pre.mk>

.if ${RUBY_VER} >= 2.1
BROKEN=		Needed for Ruby 1.9.x/2.0.x only
.endif

.include <bsd.port.post.mk>
