Ticket #43229: patch-p5-net-rawip-Portfile.2.diff

File patch-p5-net-rawip-Portfile.2.diff, 1.3 KB (added by jul_bsd@…, 10 years ago)
  • perl/p5-net-rawip/Portfile

    old new  
    11# $Id: Portfile 109178 2013-08-09 13:26:32Z jmr@macports.org $
    22
    3 PortSystem              1.0
    4 PortGroup               perl5 1.0
     3PortSystem          1.0
     4PortGroup           perl5 1.0
    55
    66perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup             Net-RawIP 0.2
    8 revision        3
    9 license                 {Artistic-1 GPL}
    10 maintainers             nomaintainer
    11 description             Perl module to manipulate raw IP packets.
    12 long_description        Perl module to manipulate raw IP packets, with an \
    13                         optional feature for manipulating Ethernet headers.
     7perl5.setup         Net-RawIP 0.25
     8license             {Artistic-1 GPL}
     9maintainers         nomaintainer
     10description         Perl module to manipulate raw IP packets.
     11long_description    Perl module to manipulate raw IP packets, with an \
     12                    optional feature for manipulating Ethernet headers.
    1413
    15 checksums               md5 d64c07647e4aa1a0b80e153ec351e9c5
    16 platforms               darwin
     14platforms           darwin
     15
     16checksums           rmd160  1bae7de1e4df034394e3928701b16e2e04b80894 \
     17                    sha256  6d104b2f0e453eff7a1b479c528798670b15729ed6ecf41430405ff6d7e1ee58
    1718
    1819if {${perl5.major} != ""} {
    19 depends_lib-append      port:p${perl5.major}-net-pcap
     20depends_lib-append    port:p${perl5.major}-net-pcap
    2021}