Ticket #63359: Portfile

File Portfile, 210 bytes (added by ryandesign (Ryan Carsten Schmidt), 3 years ago)
Line 
1PortSystem          1.0
2
3name                test
4version             1
5distfiles
6archive_sites
7supported_archs     noarch
8configure {
9    system "/bin/csh -c 'echo hello world | sed'"
10    return -code error
11}