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

{
    "name": "slatec",
    "portdir": "science/slatec",
    "version": "4.1",
    "license": "public-domain",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.netlib.org/slatec/",
    "description": "Common Mathematical Library",
    "long_description": "SLATEC Common Mathematical Library is a comprehensive software library containing over 1400 general purpose mathematical and statistical routines written in Fortran 77.",
    "active": true,
    "categories": [
        "science",
        "math"
    ],
    "maintainers": [],
    "variants": [
        "g95",
        "gcc10",
        "gcc11",
        "gcc5",
        "gcc6",
        "gcc7",
        "gcc8",
        "gcc9",
        "gccdevel"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "gcc11"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "p5.26-pdl"
            ]
        }
    ]
}