# -*- 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: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Smart-Comments 1.0.4 ../by-authors/id/C/CH/CHORNY
revision            2
platforms           darwin
maintainers         l2g
license             Artistic 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    900d402f3720e04cda26a47e9acf7fd1c759c918 \
                    rmd160  f4244f1cdfcd03bd78ffb16c6f96fc693afc2e58

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-text-balanced \
                    port:p${perl5.major}-version
}
