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

{
    "name": "convertall",
    "portdir": "math/convertall",
    "version": "0.8.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://convertall.bellz.org",
    "description": "Extremely flexible unit converter",
    "long_description": "ConvertAll has a large database of units, and allows conversions that use multiple units, e.g. convert from feet per decade to nautical miles per fortnight.",
    "active": true,
    "categories": [
        "science",
        "math"
    ],
    "maintainers": [
        {
            "name": "kevin01",
            "github": "khorton",
            "ports_count": 1
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "qt5-qtbase",
                "python310",
                "py310-pyqt5"
            ]
        }
    ],
    "depends_on": []
}