forked from Lainports/freebsd-ports
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= js_regex
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Convert ruby native regular expressions for JavaScript
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-regexp_parser>=0.5.0:textproc/rubygem-regexp_parser
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|