summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Memory-Cycle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-Memory-Cycle/Makefile')
-rw-r--r--devel/p5-Test-Memory-Cycle/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/p5-Test-Memory-Cycle/Makefile b/devel/p5-Test-Memory-Cycle/Makefile
new file mode 100644
index 00000000000..13c810661ce
--- /dev/null
+++ b/devel/p5-Test-Memory-Cycle/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+#
+
+DISTNAME= Test-Memory-Cycle-1.00
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Test-Memory-Cycle/
+COMMENT= Check for memory leaks and circular memory references
+
+DEPENDS+= p5-Devel-Cycle-[0-9]*:../../devel/p5-Devel-Cycle
+
+USE_BUILDLINK3= yes
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Memory/Cycle/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"