forked from Lainports/freebsd-ports
Changes: https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md PR: 239534 Submitted by: sunpoet (myself) Approved by: mfechner (maintainer)
20 lines
366 B
Makefile
20 lines
366 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= regexp_parser
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Tokenizing, lexinf and parsing Ruby regular expressions
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|