Files
2022-11-09 14:48:48 +11:00

27 lines
1.1 KiB
Tcl

# -*- 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
PortSystem 1.0
PortGroup perl5 1.0
perl5.branches 5.28 5.30 5.32 5.34
perl5.setup Smart-Comments 1.06 ../by-authors/id/N/NE/NEILB
platforms {darwin any}
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
}