# $Id: Portfile 104885 2013-04-04 19:48:02Z ram@macports.org $

PortSystem    1.0
PortGroup     python27 1.0

name          glue
version       1.44.1
categories    science
platforms     darwin
maintainers   ram
license       GPL

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     rmd160 db980745ac2fe3a698312e32e7da71237375f050 \
              sha256 5f5636ffc9c03dd99b3ebe6bb933a16c62bd1e8134d04ee5c5b871cb0dbe3d54

depends_lib-append port:py27-numpy \
                   port:py27-pyrxp \
                   port:py27-m2crypto \
                   port:py27-cjson

python.link_binaries_suffix

livecheck.type   regex
livecheck.url    ${master_sites}
livecheck.regex  {glue-(\d+(?:\.\d+)*).tar.gz}
