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

{
    "name": "fpp",
    "portdir": "devel/fpp",
    "version": "1.1",
    "license": "Restrictive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.netlib.org/fortran/",
    "description": "Fortran preprocessor for FORTRAN 77 and Fortran 90 programs",
    "long_description": "fpp is a Fortran preprocessor for FORTRAN 77 and Fortran 90 programs.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "byacc",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}