# -*- 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 76604 2011-03-02 01:49:46Z dports@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Smart-Comments 1.0.4 ../by-authors/id/C/CH/CHORNY
revision        1
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

depends_lib-append  port:p5-text-balanced \
                    port:p5-version
