opnsense-ports/textproc/rubygem-regexp_parser/Makefile
Franco Fichtner 9fe004b8e9 */*: sync with upstream
Taken from: HardenedBSD
2018-09-24 07:54:10 +02:00

20 lines
366 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= regexp_parser
PORTVERSION= 0.5.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>