# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Smart-Comments 1.000005 ../../authors/id/D/DC/DCONWAY/ 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 sha1 d692617de1cfc80692b5e38935f073b64c00b7f9 \ rmd160 488f947ad007138aab8d497961e7f9405d1c3186 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-text-balanced \ port:p${perl5.major}-version }