freebsd-ports/textproc/rubygem-rly/Makefile
Sunpoet Po-Chuan Hsieh 568f18db49 Add rubygem-rly 0.2.3
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
2018-04-15 20:02:25 +00:00

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>