You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34b3070336
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
18 lines
445 B
Plaintext
18 lines
445 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup arrayfields 3.4.0 basic_install.rb {}
|
|
maintainers nomaintainer
|
|
description Ruby module for keyword access to arrays
|
|
long_description ${description}
|
|
homepage http://www.codeforpeople.com/lib/ruby/${ruby.module}/
|
|
master_sites ${homepage}
|
|
extract.suffix .tgz
|
|
checksums md5 537e835998e20d019ac33e1bb5503f64
|
|
platforms darwin
|
|
|
|
test.run yes
|
|
test.cmd ${ruby.bin}
|
|
test.target test/arrayfields.rb
|
|
|