mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Update to 0.1.1.
Add a DEFAULT_CHARSET knob. Now it builds static and dynamic libraries.
This commit is contained in:
parent
64e6cd6545
commit
035cc34a44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32966
3 changed files with 12 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= eruby
|
PORTNAME= eruby
|
||||||
PORTVERSION= 0.0.9
|
PORTVERSION= 0.1.1
|
||||||
CATEGORIES= textproc www ruby
|
CATEGORIES= textproc www ruby
|
||||||
MASTER_SITES= http://www.ruby-lang.org/~shugo/eruby/
|
MASTER_SITES= http://www.ruby-lang.org/~shugo/eruby/
|
||||||
DIST_SUBDIR= ruby
|
DIST_SUBDIR= ruby
|
||||||
|
@ -15,13 +15,16 @@ MAINTAINER= knu@FreeBSD.org
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
CONFIGURE_ARGS= --enable-shared --default-charset="${DEFAULT_CHARSET}"
|
||||||
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
|
DEFAULT_CHARSET?= US-ASCII
|
||||||
|
|
||||||
DOCS_EN= ChangeLog README.en
|
DOCS_EN= ChangeLog README.en
|
||||||
DOCS_JA= README.ja
|
DOCS_JA= README.ja
|
||||||
|
|
||||||
do-configure:
|
do-configure:
|
||||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} Makefile.RB
|
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} Makefile.RB ${CONFIGURE_ARGS}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
@ -34,6 +37,4 @@ post-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.mk>
|
||||||
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (ruby/eruby-0.0.9.tar.gz) = 7c5b44c9cdd22d2556c1ef3d5d4038d1
|
MD5 (ruby/eruby-0.1.1.tar.gz) = bd924fc22f46750f927553358b22ca19
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
bin/eruby
|
bin/eruby
|
||||||
|
include/eruby.h
|
||||||
|
lib/liberuby.so.1
|
||||||
|
lib/liberuby.so
|
||||||
|
lib/liberuby.a
|
||||||
%%RUBY_DOCDIR%%/eruby/ChangeLog
|
%%RUBY_DOCDIR%%/eruby/ChangeLog
|
||||||
%%RUBY_DOCDIR%%/eruby/README.en
|
%%RUBY_DOCDIR%%/eruby/README.en
|
||||||
%%RUBY_DOCDIR%%/eruby/ja/README.ja
|
%%RUBY_DOCDIR%%/eruby/ja/README.ja
|
||||||
|
|
Loading…
Add table
Reference in a new issue