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

{
    "name": "ntpsec",
    "portdir": "sysutils/ntpsec",
    "version": "1.2.3",
    "license": "Permissive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.ntpsec.org/",
    "description": "A secure, hardened, and improved implementation of NTP",
    "long_description": "A secure, hardened, and improved implementation of Network Time Protocol derived from NTP Classic, Dave Mills’s original.",
    "active": true,
    "categories": [
        "sysutils",
        "net"
    ],
    "maintainers": [
        {
            "name": "fw",
            "github": "fhgwright",
            "ports_count": 22
        }
    ],
    "variants": [
        "python27",
        "python34",
        "python35",
        "python36",
        "python37",
        "python38",
        "python39",
        "python310",
        "python311",
        "python312",
        "classic",
        "doc",
        "refclock",
        "smear"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "asciidoctor",
                "clang-16",
                "bison",
                "pkgconfig",
                "python27"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "openssl3"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py27-pytest"
            ]
        }
    ],
    "depends_on": []
}