Ticket #46089: patch-p5-html-scrubber-Portfile.diff
File patch-p5-html-scrubber-Portfile.diff, 941 bytes (added by jul_bsd@…, 10 years ago) |
---|
-
perl/p5-html-scrubber/Portfile
old new 3 3 PortSystem 1.0 4 4 PortGroup perl5 1.0 5 5 6 perl5.branches 5.10 5.12 5.14 5.16 7 perl5.setup HTML-Scrubber 0.08 8 revision 3 6 perl5.branches 5.10 5.12 5.14 5.16 5.18 5.20 7 perl5.setup HTML-Scrubber 0.11 9 8 license {Artistic-1 GPL} 10 9 maintainers nomaintainer 11 10 description Perl extension for scrubbing/sanitizing html 12 11 long_description ${description} 13 checksums md5 abadf246e528f3e2d31717ef8a1d90f214 12 platforms darwin 13 14 checksums rmd160 e5554d17fd15149e956c93ef5bd36ae92c3da8e5 \ 15 sha256 0cdb1cada21e8de89b8f44eaaee5ab7e75943dfa053e0d6f78e0139da422df16 16 15 17 if {${perl5.major} != ""} { 16 18 depends_lib-append port:p${perl5.major}-html-parser \ 17 19 port:p${perl5.major}-test-simple 18 20 19 21 supported_archs noarch 22 perl5.use_module_build 20 23 }