freebsd-ports/devel/rubygem-racc/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

19 lines
366 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$
PORTNAME= racc
PORTVERSION= 1.4.11
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= murashin@gfd-dennou.org
COMMENT= LALR(1) parser generator for Ruby
LICENSE= LGPL21
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/racc bin/racc2y bin/y2racc
.include <bsd.port.mk>