summaryrefslogtreecommitdiff
path: root/textproc/rubygem-regexp_parser/Makefile
blob: 387f678cc6b85eccad040ee60829907f7c76c045 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	regexp_parser
PORTVERSION=	2.10.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Tokenizing, lexinf and parsing Ruby regular expressions
WWW=		https://github.com/ammar/regexp_parser

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>