summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Smart-Comments/DESCR9
-rw-r--r--devel/p5-Smart-Comments/Makefile19
-rw-r--r--devel/p5-Smart-Comments/PLIST1
-rw-r--r--devel/p5-Smart-Comments/distinfo5
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-Smart-Comments/DESCR b/devel/p5-Smart-Comments/DESCR
new file mode 100644
index 00000000000..269f85d75ba
--- /dev/null
+++ b/devel/p5-Smart-Comments/DESCR
@@ -0,0 +1,9 @@
+The Perl 5 module 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.
diff --git a/devel/p5-Smart-Comments/Makefile b/devel/p5-Smart-Comments/Makefile
new file mode 100644
index 00000000000..dfa0165d31d
--- /dev/null
+++ b/devel/p5-Smart-Comments/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/11 16:25:23 seb Exp $
+#
+
+DISTNAME= Smart-Comments-v1.0.2
+PKGNAME= p5-Smart-Comments-1.0.2
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Smart-Comments/
+COMMENT= Perl 5 module to insert debugging and tracking code easily
+
+DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Smart/Comments/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Smart-Comments/PLIST b/devel/p5-Smart-Comments/PLIST
new file mode 100644
index 00000000000..632c3d7e078
--- /dev/null
+++ b/devel/p5-Smart-Comments/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/11 16:25:23 seb Exp $
diff --git a/devel/p5-Smart-Comments/distinfo b/devel/p5-Smart-Comments/distinfo
new file mode 100644
index 00000000000..9fe2a6ae6b5
--- /dev/null
+++ b/devel/p5-Smart-Comments/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/11 16:25:23 seb Exp $
+
+SHA1 (Smart-Comments-v1.0.2.tar.gz) = 1fc3eb7b22c84cb67728c09fe9df63b7efbb2ff6
+RMD160 (Smart-Comments-v1.0.2.tar.gz) = d3ca8028e8d019937038f550bbedb8a7f3b416d1
+Size (Smart-Comments-v1.0.2.tar.gz) = 13778 bytes