Ticket #24998: p5-string-escape.Portfile
File p5-string-escape.Portfile, 440 bytes (added by dev@…, 14 years ago) |
---|
Line | |
---|---|
1 | # $Id$ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup perl5 1.0 |
5 | |
6 | perl5.setup String-Escape 2010.002 |
7 | maintainers fpassera.com:dev openmaintainer |
8 | description Backslash escapes, quoted phrase, word elision, etc. |
9 | long_description ${description} |
10 | |
11 | platforms darwin |
12 | |
13 | checksums md5 f48000fbade3f46e1a37a43f12c7f01a\ |
14 | sha1 d90f5d2f7146905ce314fe8b295848c8ac3b934c\ |
15 | rmd160 dafd6e667401bc93e9f3208684c47356e41bf02f |
16 | |
17 | depends_lib-append port:p5-extutils-makemaker |