summaryrefslogtreecommitdiff
path: root/textproc/rubygem-js_regex/Makefile
blob: 04c71e27e1ae256b9379bfc9198f34c7cec77ffc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	js_regex
PORTVERSION=	3.8.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Convert ruby native regular expressions for JavaScript
WWW=		https://github.com/jaynetics/js_regex

LICENSE=	MIT

RUN_DEPENDS=	rubygem-character_set>=1.4<2:textproc/rubygem-character_set \
		rubygem-regexp_parser>=2.5<3:textproc/rubygem-regexp_parser \
		rubygem-regexp_property_values>=1.0<2:textproc/rubygem-regexp_property_values

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>