aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Xymon-Client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/p5-Xymon-Client/Makefile')
-rw-r--r--net-mgmt/p5-Xymon-Client/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/p5-Xymon-Client/Makefile b/net-mgmt/p5-Xymon-Client/Makefile
new file mode 100644
index 000000000000..23e889b584c4
--- /dev/null
+++ b/net-mgmt/p5-Xymon-Client/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-Xymon-Client
+# Date created: 2012-05-07
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Xymon-Client
+PORTVERSION= 0.08
+CATEGORIES= net-mgmt
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Interface to xymon/hobbit client
+
+PERL_CONFIGURE= yes
+
+MAN3= Xymon::Client.3
+
+.include <bsd.port.mk>