summaryrefslogtreecommitdiff
path: root/textproc/rubygem-js_regex/Makefile
blob: cfe7d87c13c0b48c7ac35b4113744b1150ed8516 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	js_regex
PORTVERSION=	3.7.1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Convert ruby native regular expressions for JavaScript

LICENSE=	MIT

RUN_DEPENDS=	rubygem-character_set>=1.4<2:textproc/rubygem-character_set \
		rubygem-regexp_parser>=2.1<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>