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

{
    "name": "libksba",
    "portdir": "devel/libksba",
    "version": "1.6.7",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnupg.org/related_software/libksba",
    "description": "X.509 and CMS library",
    "long_description": "Libksba is a library to make the tasks of working with X.509 certificates, CMS data and related objects more easy. It provides a highlevel interface to the implemented protocols and presents the data in a consistent way. There is no more need to worry about all the nasty details of the protocols. The API gives the C programmer an easy way of interacting with the data.",
    "active": true,
    "categories": [
        "devel",
        "security"
    ],
    "maintainers": [
        {
            "name": "larryv",
            "github": "larryv",
            "ports_count": 47
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgpg-error"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gnupg2"
            ]
        }
    ]
}