You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d7080a50bc
[skip ci] Closes: https://trac.macports.org/ticket/72254
26 lines
710 B
Plaintext
26 lines
710 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup {xml-xpath ruby-xpath} 0.4.0 extconf.rb \
|
|
{README ChangeLog tests}
|
|
revision 1
|
|
maintainers nomaintainer
|
|
description A simple XPath class for Ruby
|
|
long_description {*}${description}
|
|
categories-append textproc
|
|
license GPL-2+
|
|
homepage http://www.webtime-project.net/
|
|
master_sites http://gregoire.lejeune.free.fr/
|
|
distname ${ruby.project}_${version}
|
|
worksrcdir ${ruby.project}
|
|
checksums md5 fe4edae5cdac5494bf4216f23e92986f
|
|
|
|
depends_lib-append lib:libz.1:zlib \
|
|
lib:libxml2.2.6:libxml2
|
|
|
|
test.run yes
|
|
test.dir ${worksrcpath}/tests
|
|
pre-test { system "cd ${test.dir} && rm -f xml && ln -s .. xml" }
|
|
test.cmd ${ruby.bin}
|
|
test.target test.rb
|