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

{
    "name": "aescrypt",
    "portdir": "security/aescrypt",
    "version": "0.7",
    "license": "BSD-old",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://aescrypt.sourceforge.net",
    "description": "A program for encryption/decryption.",
    "long_description": "AESCrypt is a program for encrypting/decrypting streams of data using Rijndael and Cipher Block Feedback mode (CFB-128).",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}