GET /api/v1/ports/p5.28-net-idn-encode/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "p5.28-net-idn-encode",
    "portdir": "perl/p5-net-idn-encode",
    "version": "2.500.0",
    "license": "(Artistic-1 or GPL)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://metacpan.org/pod/Net::IDN::Encode",
    "description": "The Net::IDN::Encode perl module is used for internationalizing domain names in applications",
    "long_description": "The Net::IDN::Encode package provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs). IDNs use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today (letter-digit-hypen, /[A-Z0-9-]/i). Use this module if you just want to convert domain names (or email addresses), using whatever IDNA standard is the best choice at the moment.",
    "active": true,
    "categories": [
        "perl"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "p5.28-test-nowarnings"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "perl5.28",
                "p5.28-module-build"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "p5-net-idn-encode"
            ]
        }
    ]
}