Ticket #52309: 02_ipcalc.patch

File 02_ipcalc.patch, 1.4 KB (added by xeron (Ivan Larionov), 8 years ago)
  • net/ipcalc/Portfile

    diff --git a/net/ipcalc/Portfile b/net/ipcalc/Portfile
    index 349f211..66065d4 100644
    a b  
    11# $Id$
    22
    33PortSystem          1.0
     4PortGroup           perl5 1.0
    45
    56name                ipcalc
    67version             0.41
     8revision            1
    79categories          net
    810license             GPL-2+
    911platforms           darwin
    10 maintainers         nomaintainer
    1112supported_archs     noarch
     13maintainers         gmail.com:xeron.oskom openmaintainer
    1214
    1315description         calculates various network masks etc. from given ip-address
    1416long_description    ipcalc takes an IP address and netmask and calculates the \
    long_description ipcalc takes an IP address and netmask and calculates the \ 
    1921
    2022homepage            http://jodies.de/ipcalc/
    2123master_sites        http://jodies.de/ipcalc-archive/
    22 checksums           md5 fb791e9a5220fc8e624d915e18fc4697 \
    23                     sha1 b75b498f2fa5ecfa30707a51da63c6a5775829f3 \
    24                     rmd160 aaa21c1804d7498e2604c907a336c20dc9b4511d
    2524
    26 depends_run         path:bin/perl:perl5
     25checksums           rmd160  aaa21c1804d7498e2604c907a336c20dc9b4511d \
     26                    sha256  dda9c571ce3369e5b6b06e92790434b54bec1f2b03f1c9df054c0988aa4e2e8a
     27
     28perl5.branches      5.24
     29
     30depends_lib         port:perl${perl5.major}
    2731
    2832configure {
    2933    reinplace "s|/usr/bin/perl -w|${prefix}/bin/perl -w|g" ${worksrcpath}/ipcalc