Ticket #36826: Portfile

File Portfile, 1014 bytes (added by ben@…, 11 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# $Id$
3
4PortSystem          1.0
5PortGroup           python 1.0
6
7name                DepreciateForLedger
8version             1.0
9categories          office
10
11license             MIT
12supported_archs     noarch
13description         Depreciation tool for Ledger
14maintainers         wbpsystems.com:ben
15
16long_description    This tool allows you to create a depreciation schedule appropriate for Ledger.
17extract.mkdir       yes
18homepage            https://github.com/tazzben/DepreciateForLedger
19master_sites        https://github.com/downloads/tazzben/DepreciateForLedger
20
21checksums           rmd160  9d7ed69f4db9e1fb16e10db54be66196374553e6 \
22                    sha256  65d0ffdbe6bc59cedee1b948f3467e84e3f818ea0017a7d584a31c80f35fa063
23
24python.versions                 27
25python.default_version          27
26
27depends_lib-append  port:py${python.version}-dateutil
28
29python.link_binaries_suffix