2018-09-23 20:08:19 +02:00
|
|
|
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= regexp_parser
|
2019-03-02 12:41:12 +01:00
|
|
|
PORTVERSION= 1.3.0
|
2018-09-23 20:08:19 +02:00
|
|
|
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>
|