mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Add a missing file, eruby.so. (D'oh!)
This commit is contained in:
parent
a5fd653585
commit
c5ed542490
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43672
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= eruby
|
PORTNAME= eruby
|
||||||
PORTVERSION= 0.9.4
|
PORTVERSION= 0.9.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc www ruby
|
CATEGORIES= textproc www ruby
|
||||||
MASTER_SITES= http://www.modruby.net/archive/
|
MASTER_SITES= http://www.modruby.net/archive/
|
||||||
DIST_SUBDIR= ruby
|
DIST_SUBDIR= ruby
|
||||||
|
@ -19,6 +20,7 @@ USE_RUBY_RD= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
CONFIGURE_ARGS= --enable-shared --with-charset="${DEFAULT_CHARSET}"
|
CONFIGURE_ARGS= --enable-shared --with-charset="${DEFAULT_CHARSET}"
|
||||||
|
INSTALL_TARGET= site-install
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
DEFAULT_CHARSET?= ISO-8859-1
|
DEFAULT_CHARSET?= ISO-8859-1
|
||||||
|
|
|
@ -3,6 +3,7 @@ include/eruby.h
|
||||||
lib/liberuby.so.09
|
lib/liberuby.so.09
|
||||||
lib/liberuby.so
|
lib/liberuby.so
|
||||||
lib/liberuby.a
|
lib/liberuby.a
|
||||||
|
%%RUBY_SITEARCHLIBDIR%%/eruby.so
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/e2r.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/e2r.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/foo.rhtml
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/foo.rhtml
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/test.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/test.rb
|
||||||
|
|
Loading…
Add table
Reference in a new issue