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

{
    "name": "md5deep",
    "portdir": "security/md5deep",
    "version": "4.4",
    "license": "(public-domain or GPL-2)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/jessek/hashdeep",
    "description": "Recursively compute digests on files/directories",
    "long_description": "md5deep and hashdeep are a cross-platform set of programs to recursively compute MD5, SHA-1, or SHA-256 message digests on an arbitrary number of files.",
    "active": true,
    "categories": [
        "sysutils",
        "security"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}