This port is ruby-racc-runtime, the runtime libraries for Racc,
separated from ruby-racc.
This commit is contained in:
parent
996c8266da
commit
e6e3eb63ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31846
@ -271,6 +271,7 @@
|
||||
SUBDIR += ruby-optparse
|
||||
SUBDIR += ruby-property
|
||||
SUBDIR += ruby-racc
|
||||
SUBDIR += ruby-racc-runtime
|
||||
SUBDIR += ruby-strscan
|
||||
SUBDIR += rvm
|
||||
SUBDIR += sdcc
|
||||
|
16
devel/ruby-racc-runtime/Makefile
Normal file
16
devel/ruby-racc-runtime/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# New ports collection makefile for: Ruby-Racc-runtime
|
||||
# Date created: 22 Aug 2000
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ruby-racc
|
||||
|
||||
PKGNAMESUFFIX= -runtime
|
||||
|
||||
PKGDIR= ${.CURDIR}/pkg
|
||||
|
||||
RUNTIME= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
1
devel/ruby-racc-runtime/pkg-comment
Normal file
1
devel/ruby-racc-runtime/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Runtime libraries for Racc, an LALR(1) parser generator for Ruby
|
5
devel/ruby-racc-runtime/pkg-descr
Normal file
5
devel/ruby-racc-runtime/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This package only installs runtime libraries for Racc, an LALR(1)
|
||||
parser generator for Ruby.
|
||||
|
||||
Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
|
||||
WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html
|
4
devel/ruby-racc-runtime/pkg-plist
Normal file
4
devel/ruby-racc-runtime/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/ruby/site_ruby/%%RUBY_VER%%/racc/parser.rb
|
||||
lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/racc/cparse.so
|
||||
@dirrm lib/ruby/site_ruby/%%RUBY_VER%%/racc
|
||||
@dirrm lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/racc
|
Loading…
Reference in New Issue
Block a user