# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup HTML-Formatter 2.14 ../by-authors/id/N/NI/NIGELM maintainers geeklair.net:dluke openmaintainer description Perl modules that format HTML as plaintext, PostScript or RTF. license {Artistic-1 GPL} long_description ${description} checksums rmd160 3bc42add45554a6a8ed7980b69a16e848537b7d5 \ sha256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e platforms darwin if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-file-slurper \ port:p${perl5.major}-test-cpan-meta \ port:p${perl5.major}-test-eol \ port:p${perl5.major}-test-notabs depends_lib-append \ port:p${perl5.major}-html-tree \ port:p${perl5.major}-font-afm # Add depends_test when MacPorts base supports it (version 2.4); see #38208. #depends_test-append \ port:p${perl5.major}-io \ port:p${perl5.major}-test-harness supported_archs noarch perl5.use_module_build }