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

{
    "name": "php53-unit",
    "portdir": "php/php-unit",
    "version": "3.7.22",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/sebastianbergmann/phpunit",
    "description": "unit testing for PHP",
    "long_description": "PHPUnit is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results.",
    "active": true,
    "categories": [
        "devel",
        "php"
    ],
    "maintainers": [],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "php53-code-coverage",
                "php53-file-iterator",
                "php53-timer",
                "php53-unit-mock-objects"
            ]
        }
    ],
    "depends_on": []
}