aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Xymon/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-16 06:49:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-16 06:49:24 +0000
commit6041f79e6af15241bd79301c87129175e453d8c8 (patch)
tree1273b626b0059eea9b1844b759fb0de51b3e6162 /net-mgmt/p5-Xymon/Makefile
parentf358a6ff483df312854e0760b6a6b5544302ba3a (diff)
downloadports-6041f79e6af15241bd79301c87129175e453d8c8.tar.gz
ports-6041f79e6af15241bd79301c87129175e453d8c8.zip
Notes
Diffstat (limited to 'net-mgmt/p5-Xymon/Makefile')
-rw-r--r--net-mgmt/p5-Xymon/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/p5-Xymon/Makefile b/net-mgmt/p5-Xymon/Makefile
new file mode 100644
index 000000000000..ade8dceefafd
--- /dev/null
+++ b/net-mgmt/p5-Xymon/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-Xymon
+# Date created: 2012-05-07
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Xymon
+PORTVERSION= 0.01
+CATEGORIES= net-mgmt
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Xymon Base Module
+
+PERL_CONFIGURE= yes
+
+MAN3= Xymon.3
+
+.include <bsd.port.mk>