# $Id: Portfile 57485 2009-09-11 15:35:19Z ram@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name glue version 1.28.1 revision 2 categories science platforms darwin maintainers ram description Grid LSC User Environment long_description \ Glue is a suite of python modules and programs to allow users to run \ LSC codes on the grid. homepage https://www.lsc-group.phys.uwm.edu/daswg/projects/glue.html master_sites http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/ checksums md5 be24fdd1880e13c193ce22cf699b0035 \ sha1 6bc1030e17efff7785b4385a9fdd3a6f39ae9499 \ rmd160 fec8428e34213f85e85a8cca1bddd5f824c86b28 depends_lib-append port:py26-numpy \ port:py26-pyrxp \ port:py26-m2crypto \ port:py26-cjson \ port:py26-pyxmpp post-destroot { foreach x [glob -type {x} ${destroot}${python.prefix}/bin/*] { system "ln $x ${destroot}${prefix}/bin" } } livecheck.type regex livecheck.url ${master_sites} livecheck.regex {glue-(\d+(?:\.\d+)*).tar.gz}