Ticket #35870: Portfile.2

File Portfile.2, 1.1 KB (added by ben@…, 12 years ago)

Updated port file

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                torchCL
8version             1.08.31
9categories          office www
10
11license             MIT
12supported_archs     noarch
13description         Command line tools for Torch Project Management
14maintainers         wbpsystems.com:ben
15
16long_description    TorchCL allows you to create messages, time enteries and expenses from the command line. Why might you want to do this? Because if you have terminal access you can build this into an automation routine where otherwise you might need to hire a programmer.
17
18extract.mkdir       yes
19homepage            http://torch.wbpsystems.com/cl.php
20master_sites        https://mytorch.net/CL/
21
22checksums           rmd160  25f34d30fdd1364546a9a3a4b038a4a95faf06a4 \
23                    sha256  023712d65e0779447062d760c61cd1ece9297a32c6cb837a9ebdd098959cd35a
24
25
26python.default_version          27
27python.version                  27
28python.link_binaries_suffix
29