Revision: 76370 http://trac.macports.org/changeset/76370 Author: l2g@macports.org Date: 2011-02-21 06:51:09 -0800 (Mon, 21 Feb 2011) Log Message: ----------- p5-smart-comments: new port for Perl module Smart::Comments Added Paths: ----------- trunk/dports/perl/p5-smart-comments/ trunk/dports/perl/p5-smart-comments/Portfile Added: trunk/dports/perl/p5-smart-comments/Portfile =================================================================== --- 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 ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
l2g@macports.org