Ticket #10180: Portfile
File Portfile, 381 bytes (added by ged (Michael Granger), 18 years ago) |
---|
Line | |
---|---|
1 | # $Id: Portfile,v 1.1 2006/05/04 06:21:41 mww Exp $ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup perl5 1.0 |
5 | |
6 | perl5.setup Term-Shell 0.01 Term |
7 | maintainers ged@FaerieMUD.org |
8 | description A simple command-line shell framework. |
9 | long_description ${description} |
10 | #distname Term-Shell-${version} |
11 | checksums md5 0a2772da9627b56d133ed1004260a366 |
12 | platforms darwin |
13 | #depends_lib-append port:p5-term-readkey |
14 |