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

{
    "name": "libfetch",
    "portdir": "net/libfetch",
    "version": "9.0.0-RELEASE",
    "license": "BSD",
    "platforms": "darwin freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.freebsd.org/",
    "description": "FreeBSD file fetching library",
    "long_description": "These functions implement a high-level library for retrieving and uploading files using Uniform Resource Locators (URLs).",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "bsdmake",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "fetch",
                "openldap",
                "openldap-devel"
            ]
        }
    ]
}