mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.1 KiB
Tcl
28 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.require_variant yes
|
|
|
|
name pta
|
|
version 0.1
|
|
categories finance
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers {@admacleod} \
|
|
openmaintainer
|
|
description the plain text accounting program
|
|
long_description pta reads bookkeeping journals and writes account lists, \
|
|
balances, and cost center assessments to standard output.
|
|
license ISC
|
|
homepage https://mandoc.bsd.lv/pta/
|
|
master_sites ${homepage}release/
|
|
checksums rmd160 58e26090bd873a9f4b8481c05701919d72fdc058 \
|
|
sha256 d2669b08eabac17cb4b737fe6b5c3d52533b825379db5655434487348c50c7cb \
|
|
size 19943
|
|
use_configure no
|
|
build {}
|
|
destroot.destdir DESTDIR=${destroot}${prefix}
|
|
patchfiles-append patch-Makefile.diff
|