Ticket #43229: patch-p5-net-rawip-Portfile.2.diff
File patch-p5-net-rawip-Portfile.2.diff, 1.3 KB (added by jul_bsd@…, 11 years ago) |
---|
-
perl/p5-net-rawip/Portfile
old new 1 1 # $Id: Portfile 109178 2013-08-09 13:26:32Z jmr@macports.org $ 2 2 3 PortSystem 4 PortGroup 3 PortSystem 1.0 4 PortGroup perl5 1.0 5 5 6 6 perl5.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. 7 perl5.setup Net-RawIP 0.25 8 license {Artistic-1 GPL} 9 maintainers nomaintainer 10 description Perl module to manipulate raw IP packets. 11 long_description Perl module to manipulate raw IP packets, with an \ 12 optional feature for manipulating Ethernet headers. 14 13 15 checksums md5 d64c07647e4aa1a0b80e153ec351e9c5 16 platforms darwin 14 platforms darwin 15 16 checksums rmd160 1bae7de1e4df034394e3928701b16e2e04b80894 \ 17 sha256 6d104b2f0e453eff7a1b479c528798670b15729ed6ecf41430405ff6d7e1ee58 17 18 18 19 if {${perl5.major} != ""} { 19 depends_lib-append 20 depends_lib-append port:p${perl5.major}-net-pcap 20 21 }