diff options
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Xymon/Makefile | 21 | ||||
-rw-r--r-- | net-mgmt/p5-Xymon/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Xymon/pkg-descr | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Xymon/pkg-plist | 4 |
5 files changed, 31 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 63bfd9ddebba..37de9bc5c0b9 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -228,6 +228,7 @@ SUBDIR += p5-SNMP_Session SUBDIR += p5-Telnet-Cisco SUBDIR += p5-Tie-NetAddr-IP + SUBDIR += p5-Xymon SUBDIR += p5-Zenoss SUBDIR += packit SUBDIR += pads 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> diff --git a/net-mgmt/p5-Xymon/distinfo b/net-mgmt/p5-Xymon/distinfo new file mode 100644 index 000000000000..cfce975212d0 --- /dev/null +++ b/net-mgmt/p5-Xymon/distinfo @@ -0,0 +1,2 @@ +SHA256 (Xymon-0.01.tar.gz) = e09a11064c29bbe32904cfb2231296de1c676344f40731aae689089a59e428da +SIZE (Xymon-0.01.tar.gz) = 9534 diff --git a/net-mgmt/p5-Xymon/pkg-descr b/net-mgmt/p5-Xymon/pkg-descr new file mode 100644 index 000000000000..686d91c742dd --- /dev/null +++ b/net-mgmt/p5-Xymon/pkg-descr @@ -0,0 +1,3 @@ +Xymon Base Module. + +WWW: http://search.cpan.org/dist/Xymon/ diff --git a/net-mgmt/p5-Xymon/pkg-plist b/net-mgmt/p5-Xymon/pkg-plist new file mode 100644 index 000000000000..c2cd0c086c01 --- /dev/null +++ b/net-mgmt/p5-Xymon/pkg-plist @@ -0,0 +1,4 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon/.packlist +%%SITE_PERL%%/Xymon.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon |