# -*- 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 Smart-Comments 1.06 ../by-authors/id/N/NE/NEILB platforms darwin maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch description Smart::Comments - Turn comments into debugging messages long_description Smart comments provide an easy way to insert debugging and tracking code \ into a program. Best of all, when you\'re finished debugging, you don\'t \ have to remove them. Simply commenting out the use Smart::Comments line \ turns them back into regular comments. checksums rmd160 cf8ab47134e650170e642d23789359b1358c9ae1 \ sha256 dcf8a312134a7c6b82926a0115d93b692472a662d28cdc3a9bdf28984ada9ee3 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-text-balanced \ port:p${perl5.major}-version }