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

{
    "name": "smlr",
    "portdir": "sysutils/smlr",
    "version": "0.0.6",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/thenatefisher/smlr",
    "description": "Text truncation utility",
    "long_description": "smlr reduces the size of a text input based on specified parameters. It makes your string smaller, if it's too big.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "thenatefisher",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}