1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/rubygem-js_regex/Makefile
Sunpoet Po-Chuan Hsieh 9d9a7e8be7 Update to 3.5.0
- Update WWW

Changes:	https://github.com/jaynetics/js_regex/blob/master/CHANGELOG.md
PR:		239536
Submitted by:	sunpoet (myself)
Approved by:	mfechner (maintainer)
2019-08-02 19:30:53 +00:00

24 lines
542 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= js_regex
PORTVERSION= 3.5.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:textproc/rubygem-character_set \
rubygem-regexp_parser>=1.6:textproc/rubygem-regexp_parser \
rubygem-regexp_property_values>=1.0:textproc/rubygem-regexp_property_values
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>