diff options
Diffstat (limited to 'vcpkg/ports/mecab/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mecab/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/mecab/vcpkg.json b/vcpkg/ports/mecab/vcpkg.json new file mode 100644 index 0000000..ff532e5 --- /dev/null +++ b/vcpkg/ports/mecab/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "mecab", + "version-date": "2019-09-25", + "port-version": 6, + "description": "A morphological analysis engine based on CRF", + "supports": "!uwp & !(arm & windows)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |