blob: bd1f1d4b6c9857cecf3c16b14a4ea51febc95c62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "gettext",
"version": "0.21",
"port-version": 6,
"description": "GNU gettext provides libintl and a set of tools to help produce multi-lingual messages.",
"homepage": "https://www.gnu.org/software/gettext/",
"dependencies": [
"libiconv"
],
"features": {
"tools": {
"description": "Build gettext tools"
}
}
}
|