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

{
    "name": "py27-wordaxe",
    "portdir": "python/py-wordaxe",
    "version": "1.0.1",
    "license": "(Apache-2 or BSD)",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://deco-cow.sourceforge.net/",
    "description": "Python library for hyphenation by decomposition of compound words",
    "long_description": "The wordaxe library (formerly known as deco-cow) provides Python programs with the ability to automatically hyphenate words using an algorithm which is based on decomposition of compound words into base words, and is named DCWHyphenator in the code.",
    "active": true,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-wordaxe"
            ]
        }
    ]
}