aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Trace/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2007-05-27 13:29:20 +0000
committerLars Thegler <lth@FreeBSD.org>2007-05-27 13:29:20 +0000
commit1079043d901ad19563c7e2cea2315bc1d1137839 (patch)
treef33918c651c83ccadc6e6800b7d459cb8e4862df /devel/p5-Log-Trace/Makefile
parent46e092f79b6c222ed8557d5ee8e4531f62793a89 (diff)
downloadports-1079043d901ad19563c7e2cea2315bc1d1137839.tar.gz
ports-1079043d901ad19563c7e2cea2315bc1d1137839.zip
Notes
Diffstat (limited to 'devel/p5-Log-Trace/Makefile')
-rw-r--r--devel/p5-Log-Trace/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-Log-Trace/Makefile b/devel/p5-Log-Trace/Makefile
new file mode 100644
index 000000000000..64f6005f9448
--- /dev/null
+++ b/devel/p5-Log-Trace/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: devel/p5-Log-Trace
+# Date created: 27 May 2007
+# Whom: Lars Thegler <lth@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Log-Trace
+PORTVERSION= 1.070
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= Log
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lth@FreeBSD.org
+COMMENT= Provides a unified approach to tracing
+
+PERL_CONFIGURE= yes
+
+MAN3= Log::Trace.3 \
+ Log::Trace::Manual.3
+
+.include <bsd.port.mk>