mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
19 lines
331 B
Makefile
19 lines
331 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
|
|
PORTNAME= racc
|
|
PORTVERSION= 1.5.2
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= meta@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>
|