cb44825991
- Remove Author line from pkg-descr PR: 196993 [1] Submitted by: murashin@gfd-dennou.org (maintainer) [1]
19 lines
366 B
Makefile
19 lines
366 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= racc
|
|
PORTVERSION= 1.4.12
|
|
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>
|