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

{
    "name": "openpgpsdk",
    "portdir": "security/openpgpsdk",
    "version": "0.9",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://openpgp.nominet.org.uk/",
    "description": "OpenPGP library SDK",
    "long_description": "The OpenPGP SDK project provides an open source library, written in C, which implements the OpenPGP specification.",
    "active": true,
    "categories": [
        "devel",
        "security"
    ],
    "maintainers": [],
    "variants": [
        "doc"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "perl5",
                "gnupg2",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "bzip2",
                "openssl",
                "zlib",
                "cunit"
            ]
        }
    ],
    "depends_on": []
}