mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
735 B
Plaintext
27 lines
735 B
Plaintext
PortSystem 1.0
|
|
|
|
name libuninum
|
|
version 2.7
|
|
revision 1
|
|
dist_subdir ${name}/${version}_${revision}
|
|
categories textproc
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description library for converting Unicode strings to numbers and vice versa
|
|
long_description libuninum is a library for converting Unicode strings to \
|
|
numbers and numbers to Unicode strings.
|
|
|
|
homepage http://billposer.org/Software/libuninum.html
|
|
master_sites http://billposer.org/Software/Downloads/
|
|
checksums sha1 453b82586db3715a0e7e2d31e0cd9301a5f0c38a
|
|
use_bzip2 yes
|
|
|
|
depends_build port:gawk
|
|
depends_lib port:gmp
|
|
|
|
configure.args --mandir=${prefix}/share/man
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}
|
|
livecheck.regex libuninum-(\[0-9\.\]+).tar.bz2
|