735b93d660
Required for gitlab-ce 14.2. Changelog: https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md
19 lines
354 B
Makefile
19 lines
354 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= regexp_parser
|
|
PORTVERSION= 2.1.1
|
|
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>
|