# -*- 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                heapCL
version             1.08.27
categories          office www

license             MIT
platforms           {darwin any}
supported_archs     noarch
description         Command line tools for Heap CRM
maintainers         {unomaha.edu:bosmith @tazzben}

long_description    HeapCL allows you to create messages, people, prospects and email templates from the command line. Why might you want to do this? Because if you have terminal access you can build this into an automation routine where otherwise you might need to hire a programmer.

extract.mkdir       yes
homepage            http://heap.wbpsystems.com/cl.php
master_sites        https://crmondemand.biz/CL/

checksums           rmd160  44c4acb31ca8491419a16a6ff94d13a64f66a460 \
                    sha256  cf04a961e5e7d6ce1bd68f9abafa9f6d6ed2aa0deee50f3664b73541c7b9ebd4

python.default_version          27

livecheck.url       [lindex $master_sites 0]
livecheck.regex     "${name}-((?!.*${name}.*|\\${extract.suffix}).*)\\${extract.suffix}"
