Ticket #36822: Portfile

File Portfile, 1.3 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                expense.txt
8version             1.0
9categories          office
10
11license             MIT
12supported_archs     noarch
13description         Expense.txt allows you to track and analyze your expenses using plain text files.
14maintainers         wbpsystems.com:ben
15
16long_description    Expense.txt allows you to track and analyze your expenses using plain text files. With this tool you can see what your spending money on, search based on categories, projects amounts, dates or some combination of the aforementioned list. The format of the expense file is completely freeform and consistent with GTD style for todos.
17extract.mkdir       yes
18homepage            https://github.com/tazzben/expense.txt
19master_sites        https://github.com/downloads/tazzben/expense.txt/
20
21checksums           rmd160  c9dcaaf3760a4cfb81e66f88b85bea13b758e53d \
22                    sha256  4c8264b55d411cfecbb0b5cbd1310bd15bd162e2d8d656b5f6925715fa4000a3
23
24python.versions                 27
25python.default_version          27
26
27depends_lib-append  port:py${python.version}-dateutil
28
29python.link_binaries_suffix