Added: trunk/dports/perl/p5-smart-comments/Portfile (0 => 76370)
--- trunk/dports/perl/p5-smart-comments/Portfile (rev 0)
+++ trunk/dports/perl/p5-smart-comments/Portfile 2011-02-21 14:51:09 UTC (rev 76370)
@@ -0,0 +1,25 @@
+# -*- 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.setup Smart-Comments 1.0.4 ../by-authors/id/C/CH/CHORNY
+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
Property changes on: trunk/dports/perl/p5-smart-comments/Portfile
___________________________________________________________________