Ticket #15500: Portfile

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

Portfile

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