aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wordnet/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/wordnet/vcpkg.json')
-rw-r--r--vcpkg/ports/wordnet/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/wordnet/vcpkg.json b/vcpkg/ports/wordnet/vcpkg.json
new file mode 100644
index 0000000..47aa7b1
--- /dev/null
+++ b/vcpkg/ports/wordnet/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "wordnet",
+ "version": "3.0",
+ "port-version": 3,
+ "description": "WordNet is a large lexical database of English",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "dbfiles": {
+ "description": "WordNet 3.1 database files"
+ }
+ }
+}