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

{
    "name": "libepubgen",
    "portdir": "devel/libepubgen",
    "version": "0.1.1",
    "license": "MPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://sourceforge.net/projects/libepubgen/",
    "description": "EPUB generator for librevenge",
    "long_description": "EPUB generator for librevenge",
    "active": true,
    "categories": [
        "devel",
        "textproc"
    ],
    "maintainers": [
        {
            "name": "audvare",
            "github": "Tatsh",
            "ports_count": 25
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boost176"
            ]
        },
        {
            "type": "run",
            "ports": [
                "librevenge"
            ]
        }
    ],
    "depends_on": []
}