568f18db49
Rly is a lexer and parser generator for Ruby (O RLY?), based on ideas and solutions of Python's Ply (in some places it's a total rip off actually). WWW: https://github.com/farcaller/rly
19 lines
335 B
Makefile
19 lines
335 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rly
|
|
PORTVERSION= 0.2.3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby implementation of lex and yacc
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|