aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Xymon-Client/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-16 06:50:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-16 06:50:31 +0000
commitffe630314ef047d6f29e76dbad1d3d7f16f593ac (patch)
treebd0aee4be8d6ee3503cc1f6e7e064e98af820a15 /net-mgmt/p5-Xymon-Client/Makefile
parent6041f79e6af15241bd79301c87129175e453d8c8 (diff)
downloadports-ffe630314ef047d6f29e76dbad1d3d7f16f593ac.tar.gz
ports-ffe630314ef047d6f29e76dbad1d3d7f16f593ac.zip
Provides an object interface to the xymon/hobbit client.
WWW: http://search.cpan.org/dist/Xymon-Client/ PR: ports/167666 Submitted by: Gea-Suan Lin <gslin@gslin.org>
Notes
Notes: svn path=/head/; revision=296727
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>