mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
devel/ruby-rbison: convert to USES=shebangfix, mark broken
This commit is contained in:
parent
8b1cba8fa7
commit
fd30b8eca5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413905
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= rbison
|
||||
PORTVERSION= 0.0.7
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -12,10 +12,10 @@ DIST_SUBDIR= ruby
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Generates a Ruby parser class from a Bison-like specification file
|
||||
|
||||
USES= bison
|
||||
USES= bison shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
RUBY_SHEBANG_FILES= ${WRKSRC}/rbison
|
||||
SHEBANG_FILES= rbison
|
||||
|
||||
DOCS= ChangeLog README
|
||||
EXAMPLES= CalcFileLexer.rb CalcStringLexer.rb \
|
||||
@ -23,6 +23,9 @@ EXAMPLES= CalcFileLexer.rb CalcStringLexer.rb \
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
BROKEN_RUBY22= Builds but does not run
|
||||
BROKEN_RUBY23= Builds but does not run
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user