1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 |
---|
8 | perl5.setup JSON-Parse 0.30 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description Read JSON into a Perl variable |
---|
15 | long_description JSON::Parse converts JSON into the nearest equivalent Perl. |
---|
16 | |
---|
17 | checksums rmd160 f9997552ce3d2b6b335321d4cccca74b6007ecb3 \ |
---|
18 | sha256 b9a0d4549e518493eb0319f7f1d549c8b88b592a20546b31bcd1c494a0909fe0 |
---|