# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        tazzben DepreciateForLedger 1.0
categories          office
platforms           {darwin any}
maintainers         {unomaha.edu:bosmith @tazzben}
license             MIT
supported_archs     noarch

description         Depreciation tool for Ledger

long_description    This tool allows you to create a depreciation schedule appropriate for Ledger.

github.tarball_from downloads
extract.mkdir       yes

checksums           rmd160  9d7ed69f4db9e1fb16e10db54be66196374553e6 \
                    sha256  65d0ffdbe6bc59cedee1b948f3467e84e3f818ea0017a7d584a31c80f35fa063

python.default_version     27

depends_build       port:py${python.version}-setuptools
depends_lib-append  port:py${python.version}-dateutil

livecheck.type      regex
livecheck.url       ${github.homepage}/downloads
livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
