GET /api/v1/ports/gccxml-devel/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "gccxml-devel",
"portdir": "lang/gccxml-devel",
"version": "20170109",
"license": "(GPL-2 or BSD)",
"platforms": "{darwin < 15}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.gccxml.org/",
"description": "generates XML description of C++ code",
"long_description": "generates an XML description of a C++ program from GCC's internal representation",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"llvm-gcc42"
]
},
{
"type": "run",
"ports": [
"llvm-gcc42"
]
}
],
"depends_on": []
}