2004-05-20 19:31:06 +00:00
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup ruby 1.0
|
2004-01-31 00:59:35 +00:00
|
|
|
|
2004-05-20 19:31:06 +00:00
|
|
|
ruby.setup xmlparser 0.6.8 extconf.rb {README samples}
|
2004-09-08 00:38:56 +00:00
|
|
|
revision 2
|
2007-10-23 02:16:17 +00:00
|
|
|
maintainers nomaintainer
|
2004-01-31 00:59:35 +00:00
|
|
|
description Ruby extension allowing use of James Clark's XML Parser (expat).
|
2004-05-20 19:31:06 +00:00
|
|
|
long_description This is a module to access to James Clark's XML \
|
|
|
|
|
Parser Toolkit "expat" \
|
|
|
|
|
(http://www.jclark.com/xml/expat.html) from Ruby. \
|
|
|
|
|
Supported versions of expat are 1.95.0 or later \
|
|
|
|
|
(http://sourceforge.net/projects/expat/).
|
|
|
|
|
categories-append textproc
|
2012-05-20 23:18:53 +00:00
|
|
|
license MIT {Artistic-1 GPL}
|
2004-01-31 00:59:35 +00:00
|
|
|
homepage http://www.yoshidam.net/Ruby.html
|
|
|
|
|
master_sites http://www.yoshidam.net/
|
2007-02-17 07:15:13 +00:00
|
|
|
checksums md5 6f056117683cea19244ff1c1c0fc5c65
|
2004-04-19 00:01:26 +00:00
|
|
|
platforms darwin
|
2004-01-31 00:59:35 +00:00
|
|
|
|
2007-02-17 07:15:13 +00:00
|
|
|
depends_lib-append port:expat
|
2004-01-31 00:59:35 +00:00
|
|
|
|
2004-05-20 19:31:06 +00:00
|
|
|
worksrcdir ${ruby.module}
|
2004-01-31 00:59:35 +00:00
|
|
|
|
2004-05-20 19:31:06 +00:00
|
|
|
configure.args-append --with-expat-lib=${prefix}/lib \
|
|
|
|
|
--with-expat-include=${prefix}/include
|