Ticket #29245: Portfile
File Portfile, 526 bytes (added by jason@…, 14 years ago) |
---|
Line | |
---|---|
1 | # $Id$ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup perl5 1.0 |
5 | |
6 | revision 1 |
7 | perl5.setup SVG 2.50 |
8 | maintainers jason.stajich |
9 | categories-append perl |
10 | platforms darwin |
11 | description Perl extension for generating Scalable Vector Graphics (SVG) documents |
12 | |
13 | long_description ${description} |
14 | |
15 | |
16 | checksums md5 eb98588ae85277cd7769bce6ba3bc8f9 \ |
17 | sha1 c698e94ac2673f734b24ed56142e994ad350f440 \ |
18 | rmd160 f067bc56d4dfa4840d8f1a2e8f1911fa03edda0f |
19 | |
20 | |
21 | supported_archs noarch |
22 |