# $Id: Portfile 115892 2014-01-13 19:05:26Z ram@macports.org $

PortSystem    1.0
PortGroup     python27 1.0

name          glue
version       1.46
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 45941cf99c93e4b1fd92655f4632179e23ed969f \
              sha256 a2a5935e9a5fa1ac30b5235000c9caf4868e6c458a11cbc2dd0ca4d71f750c22

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}
