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

{
    "name": "libpwquality",
    "portdir": "devel/libpwquality",
    "version": "1.4.0",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/libpwquality/libpwquality",
    "description": "A library for password quality checking and the generation of random passwords that pass the checks.",
    "long_description": "A library for password quality checking and the generation of random passwords that pass the checks.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "python311",
        "python310",
        "python39",
        "python38",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cracklib",
                "libiconv",
                "python311",
                "gettext"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gnome-control-center"
            ]
        }
    ]
}