GET /api/v1/ports/php-unit/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "php-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": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "run",
"ports": [
"php55-unit"
]
}
],
"depends_on": []
}