aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-26 18:44:26 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-26 18:44:26 +0000
commit343f60a7404aac0a2469d3bc44b8cbcedf969e40 (patch)
treeac11b98a152d471730b2a8b02e9bda2769cc570d /devel/Makefile
parent3ddd61a4210ac9a49df353b3022d416b7697231c (diff)
downloadports-343f60a7404aac0a2469d3bc44b8cbcedf969e40.tar.gz
ports-343f60a7404aac0a2469d3bc44b8cbcedf969e40.zip
Add p5-Smart-Comments.
Smart comments provide an easy way to insert debugging and tracking code into a program. They can report the value of a variable, track the progress of a loop, and verify that particular assertions are true. 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. Leaving smart comments in your code is smart because if you needed them once, you'll almost certainly need them again later. Author: Damian Conway <DCONWAY@cpan.org> WWW: http://search.cpan.org/dist/Smart-Comments/ PR: ports/81476 Submitted by: Aaron Dalton <aaron@daltons.ca>
Notes
Notes: svn path=/head/; revision=136194
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index d3f0a771080b..d0bab9a8bf62 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1054,6 +1054,7 @@
SUBDIR += p5-Shape
SUBDIR += p5-Shell-Base
SUBDIR += p5-Shell-Parser
+ SUBDIR += p5-Smart-Comments
SUBDIR += p5-Sort-ArrayOfArrays
SUBDIR += p5-Sort-Tree
SUBDIR += p5-Sort-Versions