Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

26 lines
832 B
Plaintext

PortSystem 1.0
PortGroup ruby 1.0
ruby.setup xmlparser 0.6.8 extconf.rb {README samples}
revision 2
maintainers nomaintainer
description Ruby extension allowing use of James Clark's XML Parser (expat).
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
license MIT {Artistic-1 GPL}
homepage http://www.yoshidam.net/Ruby.html
master_sites http://www.yoshidam.net/
checksums md5 6f056117683cea19244ff1c1c0fc5c65
platforms darwin
depends_lib-append port:expat
worksrcdir ${ruby.module}
configure.args-append --with-expat-lib=${prefix}/lib \
--with-expat-include=${prefix}/include