17 lines
330 B
Makefile
17 lines
330 B
Makefile
PORTNAME= regexp_parser
|
|
PORTVERSION= 2.7.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>
|