Ticket #53422: Portfile

File Portfile, 823 bytes (added by emaros, 7 years ago)
Line 
1# -*- 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
2
3PortSystem    1.0
4PortGroup     cmake 1.0
5
6name          ligotools
7version       1.2.0
8categories    science
9platforms     darwin
10maintainers   ligo.org:ed.maros
11license       GPL-3+
12
13description   This is a collection of tools used by the LIGO scientific community
14long_description ${description}
15
16homepage      https://wiki.ligo.org/DASWG/LIGOTools
17master_sites  http://software.ligo.org/lscsoft/source/
18
19checksums     rmd160 a1639a9ea5abf4827e06a6a5ecde3595b3e68303 \
20              sha256 3a9bd2a7604257a37c595655349f1e3001c7f063b75354526b702b996ee12e72
21
22depends_lib   port:tcl
23
24livecheck.type   regex
25livecheck.url    ${master_sites}
26livecheck.regex  {ligotools-(\d+(?:\.\d+)*).tar.gz}