1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name metar |
---|
6 | version 0.2 |
---|
7 | categories science |
---|
8 | platforms darwin linux |
---|
9 | license GPL-2+ |
---|
10 | revision 0 |
---|
11 | supported_archs noarch |
---|
12 | maintainers gmail.com:fernando.iazeolla |
---|
13 | description a simple command line metar and taf. |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | homepage http://github.com/elboza/metar |
---|
17 | master_sites http://www.autistici.org/0xFE/software/releases/metar |
---|
18 | |
---|
19 | checksums md5 c694636e3f402423b8de39eab3e6beec \ |
---|
20 | sha1 4e8401f89a3db0434505633d9244e324b953daea \ |
---|
21 | rmd160 28644bc6b2507352236b2e2cf8e0975724678b77 |
---|
22 | |
---|
23 | depends_lib port:p5-libwww-perl |
---|
24 | worksrcdir ${name} |
---|
25 | use_configure no |
---|
26 | |
---|
27 | build {} |
---|
28 | |
---|
29 | destroot { |
---|
30 | xinstall -m 755 ${worksrcpath}/metar.pl ${destroot}${prefix}/bin/metar |
---|
31 | } |
---|
32 | |
---|
33 | |
---|