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

{
    "name": "postgresql-unaccent",
    "portdir": "databases/postgresql-unaccent",
    "version": "0.1",
    "license": "unknown",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://launchpad.net/postgresql-unaccent/",
    "description": "PostgreSQL extension that provides a function to remove accents from characters",
    "long_description": "postgresql-unaccent is a PostgreSQL extension that provides a function to remove accents from characters (not compatible with the version bundled in postgresql90)",
    "active": false,
    "categories": [
        "databases"
    ],
    "maintainers": [],
    "variants": [
        "postgresql82",
        "postgresql83",
        "postgresql84",
        "postgresql90",
        "postgresql91"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "postgresql90",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "unac"
            ]
        }
    ],
    "depends_on": []
}