Ticket #36823: Portfile

File Portfile, 1.1 KB (added by ben@…, 12 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                GTDtoCSV
8version             1.0
9categories          office
10
11license             MIT
12supported_archs     noarch
13description         Convert GTD style events to CSV
14maintainers         wbpsystems.com:ben
15
16long_description    GTD to CSV is a simple free program that converts GTD style event/task text files to a CSV format that Heap CRM and Torch Project Management can import as events and tasks.
17extract.mkdir       yes
18homepage            https://github.com/tazzben/GTDtoCSV
19master_sites        https://github.com/downloads/tazzben/GTDtoCSV
20
21checksums           rmd160  edfc0b29f15bc831ff0a2a509e16f0ce9e8e21ac \
22                    sha256  3dc1a53f936a25994da44ccdb7b8f63eeba1b17a11fd922fa676be9df7dee4e0
23
24python.versions                 27
25python.default_version          27
26
27depends_lib-append  port:py${python.version}-dateutil
28
29python.link_binaries_suffix