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