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