mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -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
|
||||
PORTVERSION= 0.9.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc www ruby
|
||||
MASTER_SITES= http://www.modruby.net/archive/
|
||||
DIST_SUBDIR= ruby
|
||||
|
@ -19,6 +20,7 @@ USE_RUBY_RD= yes
|
|||
.endif
|
||||
|
||||
CONFIGURE_ARGS= --enable-shared --with-charset="${DEFAULT_CHARSET}"
|
||||
INSTALL_TARGET= site-install
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
DEFAULT_CHARSET?= ISO-8859-1
|
||||
|
|
|
@ -3,6 +3,7 @@ include/eruby.h
|
|||
lib/liberuby.so.09
|
||||
lib/liberuby.so
|
||||
lib/liberuby.a
|
||||
%%RUBY_SITEARCHLIBDIR%%/eruby.so
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/e2r.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/foo.rhtml
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/test.rb
|
||||
|
|
Loading…
Add table
Reference in a new issue