You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1002 B
Tcl
28 lines
1002 B
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 github 1.0
|
|
|
|
github.setup Numbertext libnumbertext 1.0.11
|
|
github.tarball_from releases
|
|
use_xz yes
|
|
|
|
categories devel textproc
|
|
platforms darwin
|
|
license BSD
|
|
maintainers {gmail.com:audvare @Tatsh} openmaintainer
|
|
|
|
description Number to number name and money text conversion libraries.
|
|
long_description ${description}
|
|
|
|
checksums rmd160 4d4714a637713c35b9001f7a61b8db3e3b637b07 \
|
|
sha256 5dcb4db3b2340f81f601ce86d8d76b69e34d70f84f804192c901e4b7f84d5fb0 \
|
|
size 302676
|
|
|
|
configure.args --disable-static \
|
|
--disable-werror
|
|
|
|
# configure: error: Missing std::codecvt or std::regex support, use GCC 4.9 (or greater) or --enable-boost
|
|
compiler.blacklist-append \
|
|
*gcc-4.*
|