Ticket #28846: Portfile
File Portfile, 409 bytes (added by ab25cq@…, 14 years ago) |
---|
Line | |
---|---|
1 | # $Id: $ |
2 | |
3 | PortSystem 1.0 |
4 | |
5 | name saphire |
6 | categories shells |
7 | version 1.3.5 |
8 | master_sites http://ab25cq.web.fc2.com |
9 | extract.suffix .tgz |
10 | checksums md5 3e6f4882a1c21ae1e31119d76f4ebf03 |
11 | description shell with perl like commands |
12 | long_description shell with perl like commands |
13 | maintainers ab25cq@gmail.com |
14 | platforms darwin |
15 | homepage http://ab25cq.web.fc2.com |
16 | |
17 | variant cmigemo { |
18 | configure.args-append --with-migemo |
19 | } |
20 |