Ticket #40512: Portfile

File Portfile, 902 bytes (added by xnando@…, 11 years ago)

metar Portfile

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