# -*- 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.branches      5.28 5.30 5.32 5.34
perl5.setup         Text-Roman 3.5

platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

description         Allows conversion between Roman and Arabic algarisms

long_description \
  This package supports both conventional Roman algarisms (which range   \
  from 1 to 3999) and Milhar Romans, a variation which uses a bar across \
  the algarism to indicate multiplication by 1,000.  For the purposes of \
  this module, acceptable syntax consists of an underscore suffixed to   \
  the algarism e.g. IV_V = 4,005.  The term Milhar apparently derives    \
  from the Portuguese word for "thousands" and the range of this         \
  notation extends the range of Roman numbers to 3999 x 1000 + 3999 =    \
  4,002,999.

checksums           rmd160 0d14d219790320919bfa5a2f4be5479ffaf9a275 \
                    sha256 cb4a08a3b151802ffb2fce3258a416542ab81db0f739ee474a9583ffb73e046a


