d1e6630b00
and take maintainership due to consecutive timeouts on r474375, r474368, r459073, r459072, r459071, r459070 as per policy. Approved by: consecutive maintainer timeouts (murashin@gfd-dennou.org)
18 lines
329 B
Makefile
18 lines
329 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= racc
|
|
PORTVERSION= 1.4.16
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= meta@FreeBSD.org
|
|
COMMENT= LALR(1) parser generator for Ruby
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
PLIST_FILES= bin/racc bin/racc2y bin/y2racc
|
|
|
|
.include <bsd.port.mk>
|