Ticket #46092: patch-p5-file-mork-Portfile.2.diff
File patch-p5-file-mork-Portfile.2.diff, 887 bytes (added by dbevans (David B. Evans), 10 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 PortGroup perl5 1.0 5 5 6 perl5.branches 5. 8 5.10 5.12 5.14 5.166 perl5.branches 5.10 5.12 5.14 5.16 5.18 5.20 7 7 perl5.setup File-Mork 0.3 8 8 revision 3 9 9 platforms darwin 10 10 license MIT 11 11 maintainers yahoo.fr:jul_bsd openmaintainer 12 supported_archs noarch13 12 14 13 description Perl module to read Mozilla URL history files 15 14 … … 18 17 checksums md5 7b95af81a50ca232299f637d0d4775bf \ 19 18 sha1 fcf24bc66e19734ccacdcc713b44f5ba188ced1e \ 20 19 rmd160 6ac5577617de89cdbc6e31fd935fd158c51fcec1 20 21 if {${perl5.major} != ""} { 22 depends_lib-append \ 23 port:p${perl5.major}-html-parser 24 25 supported_archs noarch 26 }