diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-26 06:55:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-26 06:55:15 +0800 |
commit | ff15244a224c07ca69c2871fce4aa76eb0df9b11 (patch) | |
tree | 084214a447f25d9306bceec9c22a4029fb17f462 /net-mgmt/p5-MRTG-Parse/Makefile | |
parent | 71475dec945f94be9341680bb5c21a556ca14731 (diff) | |
download | freebsd-ports-gnome-ff15244a224c07ca69c2871fce4aa76eb0df9b11.tar.gz freebsd-ports-gnome-ff15244a224c07ca69c2871fce4aa76eb0df9b11.tar.zst freebsd-ports-gnome-ff15244a224c07ca69c2871fce4aa76eb0df9b11.zip |
This perl extension enables its users to parse and utilize the
logfiles that are generated by the famous MRTG (Multi Router Traffic
Grapher) tool.
WWW: http://search.cpan.org/dist/MRTG-Parse/
PR: ports/125879
Submitted by: gslin <gslin at host-1.pixnet.tw>
Diffstat (limited to 'net-mgmt/p5-MRTG-Parse/Makefile')
-rw-r--r-- | net-mgmt/p5-MRTG-Parse/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/p5-MRTG-Parse/Makefile b/net-mgmt/p5-MRTG-Parse/Makefile new file mode 100644 index 000000000000..098083f15e0c --- /dev/null +++ b/net-mgmt/p5-MRTG-Parse/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-MRTG-Parse +# Date created: 2008-07-23 +# Whom: gslin <gslin@host-1.pixnet.tw> +# +# $FreeBSD$ +# + +PORTNAME= MRTG-Parse +PORTVERSION= 0.03 +CATEGORIES= net-mgmt perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= MRTG +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@host-1.pixnet.tw +COMMENT= Parsing and utilizing logfiles generated by MRTG Tool + +PERL_CONFIGURE= yes + +MAN3= MRTG::Parse.3 + +.include <bsd.port.mk> |