Ticket #36825: Portfile

File Portfile, 1.1 KB (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                LedgerScheduler
8version             1.0
9categories          office
10
11license             MIT
12supported_archs     noarch
13description         Tool to auto populate Ledger with enteries when the time comes
14maintainers         wbpsystems.com:ben
15
16long_description    This application moves transactions from a scheduled transaction file to a main ledger file. A very common task would be to use this app as part of a cron job after using Depreciate for Ledger.
17extract.mkdir       yes
18homepage            https://github.com/tazzben/LedgerScheduler
19master_sites        https://github.com/downloads/tazzben/LedgerScheduler
20
21checksums           rmd160  c4058e4585ca2be8155f968de130858c70836301 \
22                    sha256  d463af658812d88d021f7b8330909518ad35d1d3cbb2dd3cdf0c1212aad2c388
23
24python.versions                 27
25python.default_version          27
26
27depends_lib-append  port:py${python.version}-dateutil
28
29python.link_binaries_suffix