2023-07-05 02:45:45 +08:00
|
|
|
# -*- 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 R 1.0
|
|
|
|
|
|
2024-03-23 01:15:40 +08:00
|
|
|
# Revert to GitHub once updated there.
|
|
|
|
|
R.setup cran vincentarelbundock countrycode 1.6.0
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-07-05 02:45:45 +08:00
|
|
|
maintainers nomaintainer
|
|
|
|
|
license GPL-3
|
|
|
|
|
description Convert country names and country codes
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
homepage https://vincentarelbundock.github.io/countrycode
|
2024-03-23 01:15:40 +08:00
|
|
|
checksums rmd160 1a605c02a7512f3fc9c11c17e9fd1053f4d56a26 \
|
|
|
|
|
sha256 f9db110e32c0bcc90eed85303277660de37a777681bb78e8898b6fc5f2253db6 \
|
|
|
|
|
size 526509
|
2023-07-05 02:45:45 +08:00
|
|
|
supported_archs noarch
|
2024-05-24 14:50:04 +10:00
|
|
|
platforms {darwin any}
|