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

{
    "name": "hadoop",
    "portdir": "java/hadoop",
    "version": "1.2.1",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://hadoop.apache.org/",
    "description": "Open-source software for reliable, scalable, distributed computing",
    "long_description": "Hadoop is a distributed computing platform written in Java. It incorporates features similar to those of the Google File System and of MapReduce.",
    "active": true,
    "categories": [
        "devel",
        "science",
        "java"
    ],
    "maintainers": [],
    "variants": [
        "universal",
        "fusedfs",
        "pseudo"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "libtool",
                "clang-9.0",
                "apache-ant",
                "automake"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "snappy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "mahout"
            ]
        }
    ]
}