Required for gitlab-ce 14.2. Changelog: https://github.com/jaynetics/js_regex/blob/master/CHANGELOG.md
23 lines
536 B
Makefile
23 lines
536 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= js_regex
|
|
PORTVERSION= 3.7.0
|
|
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>
|