aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-string-scrub/Makefile
blob: a493e26ef239c6729aed65500f360f13a40e6195 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

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>