summaryrefslogtreecommitdiff
path: root/devel/p5-Scalar-Util-Refcount/Makefile
diff options
context:
space:
mode:
authorsno <sno>2009-02-25 22:33:47 +0000
committersno <sno>2009-02-25 22:33:47 +0000
commitbd583a05d3be4f55d0f45fc6eb15a65b40f3267d (patch)
tree10a7d0fb5d83665ceea33f0da811a63abe75a96c /devel/p5-Scalar-Util-Refcount/Makefile
parent91f040655d7e078283e8c14533875b06cbe939b2 (diff)
downloadpkgsrc-bd583a05d3be4f55d0f45fc6eb15a65b40f3267d.tar.gz
Provides two functions to show reference counts of Perl objects.
This can be handy when testing/debugging and you want to know what the heck is going on. This is a trivial module. The documentation is longer than the code. Heck, the BSD license at the top of the file is longer than the code. It took longer to make it release-ready than it took to write it. Provides: - refcount - refcount_sv
Diffstat (limited to 'devel/p5-Scalar-Util-Refcount/Makefile')
-rw-r--r--devel/p5-Scalar-Util-Refcount/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/p5-Scalar-Util-Refcount/Makefile b/devel/p5-Scalar-Util-Refcount/Makefile
new file mode 100644
index 00000000000..eb675d940e3
--- /dev/null
+++ b/devel/p5-Scalar-Util-Refcount/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2009/02/25 22:33:47 sno Exp $
+#
+
+DISTNAME= Scalar-Util-Refcount-1.0.2
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Scalar-Util-Refcount/
+COMMENT= Perl module to show an object's reference count
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/Scalar/Util/Refcount/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"