GET /api/v1/ports/id3lib/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "id3lib",
"portdir": "audio/id3lib",
"version": "3.8.3",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://id3lib.sourceforge.net/",
"description": "ID3 tag manipulation",
"long_description": "id3lib provides an API for manipulation of ID3 tags in MP3 files.",
"active": true,
"categories": [
"audio"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"tagtool",
"py27-id3lib",
"easytag",
"easytag-devel",
"id3v2"
]
}
]
}