Ticket #28847: Portfile

File Portfile, 429 bytes (added by ab25cq@…, 13 years ago)

add valid email address to maintainer line

Line 
1# $Id: $
2
3PortSystem 1.0
4
5name mfiler3
6categories shells
7version 4.2.6
8master_sites http://ab25cq.web.fc2.com/
9extract.suffix .tgz
10checksums md5 29dba1f7d951396269ebc7e810bd64d2
11description console based file manager
12long_description console based file manager
13maintainers ab25cq@gmail.com
14platforms darwin
15homepage http://ab25cq.web.fc2.com
16
17depends_lib port:saphire
18
19variant cmigemo {
20    configure.args-append --with-migemo
21}