summaryrefslogtreecommitdiff
path: root/textproc/rubygem-js_regex/Makefile
blob: 413ba68b696754d069ef811131751b14c269f205 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	js_regex
PORTVERSION=	3.10.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.6.2<3:textproc/rubygem-regexp_parser \
		rubygem-regexp_property_values>=1.0<2:textproc/rubygem-regexp_property_values

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>