Ticket #54657: Portfile

File Portfile, 1.3 KB (added by lilca, 7 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
3PortSystem              1.0
4
5name                    tir
6version                 0.5.4
7categories              devel
8maintainers             lilca
9description             tEXT-iNSERTEr(tir) is the tools for the inserting text hierarchically.
10long_description        The tools have a executable file 'tir' and a script 'tirc'. \
11                        'tir' is a simple text-inserter with customizable tags. \
12                        Customizable tags can reference local-file, variable and pipe stream. \
13                        'tirc' generates a Makefile from the dependencies of inserting text under the specified directory.
14license                 BSD 2-clause
15homepage                https://github.com/lilca/tEXT-iNSERTEr
16platforms               darwin
17#master_sites          https://lilca.github.io/tEXT-iNSERTEr/dist/macports/
18master_sites            https://lilca.github.io/packages/macports/tEXT-iNSERTEr/
19destroot.violate_mtree  no
20checksums               rmd160 cd4612ed77c065d0b4087a49c6bb4cddbfc03783 \
21                        sha256 f1ccd7bbc2c946bb247467cfb98cbe79be176ce9c6adf72fa6594384dcabe2b0
22use_configure no
23destroot.args           PREFIX=${prefix}