Ticket #15536: Portfile

File Portfile, 613 bytes (added by hagedorn@…, 16 years ago)

portfile

Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       perl5 1.0
5
6perl5.setup     String-ShellQuote 1.03
7name            p5-string-shellquote
8maintainers     tcnj.edu:hagedorn
9description     Quote strings for passing through the shell
10long_description  \
11                  This module contains some functions which are useful\
12                  for quoting strings which are going to pass through\
13                  the shell or a shell-like object.
14
15homepage          http://search.cpan.org/~rosch/${distname}/
16platforms         darwin
17
18checksums       md5 b42822efe385f6604f55b0cea5ac0b76 \
19                sha1 c13a0f05ca3798059cc5209ee4b61ec6d3b91746 \
20                rmd160 25c8d9f09a7238fccf4fc18fc2aa241d81d763f3
21
22
23