# $Id$ PortSystem 1.0 PortGroup php5extension 1.0 php5extension.setup xrange 1.3.2 pecl license PHP categories php devel platforms darwin maintainers ryandesign openmaintainer description Numeric iterator primitives long_description \ xrange is a compiled extension that provides numeric iteration primitives \ to PHP on top of SPL. It includes a lean numeric range generator / \ iterator, modeled after Python's xrange() function. It's intended to \ provide an alternative for all numeric iteration and looping. checksums rmd160 07439763a6b7cea81fa1f47d1062da81bc6efc3a \ sha256 612849c8e6d5587183a3fb1e39bb5e4a061fe911d5bd3f9b08f6796ee1f4c112 use_parallel_build yes test.run yes post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} CREDITS \ ${destroot}${docdir} }