# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem    1.0
PortGroup     python 1.0

name          ligo-lars
version       1.1.0
categories    science
platforms     darwin
supported_archs noarch
maintainers   ram
license       GPL

description   LIGO Archiving Service
long_description \
  LARS is a prootype for an archival service for LIGO.

homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/lars
master_sites  http://software.ligo.org/lscsoft/source/

checksums     rmd160 2b6533731c613595d576ace9461912eb0c8a4b37 \
              sha256 126646eb7f819a61172750c4f1998b773bcf3d6d6b2605f5853a5afd8e02fd9b

python.default_version  27

depends_lib-append port:ligo-common \
                   port:glue \
                   port:py${python.version}-m2crypto

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