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

{
    "name": "play",
    "portdir": "devel/play",
    "version": "1.5.2",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.playframework.org/",
    "description": "Rapid webapplication development framework",
    "long_description": "The Play framework is a clean alternative to bloated Enterprise Java stacks. It focuses on developer productivity and targets RESTful architectures. Play is a perfect companion to agile software development. Play is a pure Java framework and allows you to keep your preferred development tools and libraries. If you already use Java as a development platform you don't need to switch to another language, another IDE and other libraries. The Play framework's goal is to ease web applications development while sticking with Java. (From the documentation)",
    "active": true,
    "categories": [
        "devel",
        "java",
        "www"
    ],
    "maintainers": [
        {
            "name": "ciserlohn",
            "github": "ci42",
            "ports_count": 33
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "apache-ant",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py27-simplejson",
                "py27-yaml"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "dualist"
            ]
        }
    ]
}