926602d723
- Update WWW Changes: https://github.com/ruby/racc/commits/master
19 lines
331 B
Makefile
19 lines
331 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
|
|
PORTNAME= racc
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= LALR(1) parser generator for Ruby
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
PLIST_FILES= bin/racc
|
|
|
|
.include <bsd.port.mk>
|