Ticket #28846: Portfile.5

File Portfile.5, 460 bytes (added by ab25cq@…, 13 years ago)

Version 1.3.6 Portfile. Carefully checked Portfile

Line 
1# $Id: $
2
3PortSystem 1.0
4
5name saphire
6categories shells
7version 1.3.6
8master_sites http://ab25cq.web.fc2.com
9extract.suffix .tgz
10checksums md5 bc277176335db998800fffca2ca13937
11description shell with perl like commands
12long_description shell with perl like commands
13maintainers ab25cq@gmail.com
14platforms darwin
15homepage http://ab25cq.web.fc2.com
16
17depends_lib port:libiconv \
18            port:readline \
19            port:ncurses \
20            port:oniguruma5
21