GET /api/v1/ports/weka/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "weka",
    "portdir": "science/weka",
    "version": "3.6.4",
    "license": "GPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.cs.waikato.ac.nz/ml/weka/",
    "description": "Weka is a collection of machine learning algorithms for data mining tasks implemented in java",
    "long_description": "Weka is a collection of machine learning algorithms for data mining tasks implemented in java. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes.",
    "active": true,
    "categories": [
        "science",
        "java"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "apache-ant",
                "jarbundler",
                "clang-9.0"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        }
    ],
    "depends_on": []
}