blob: 0c03276b969ab28f305caf24ecea3d2bd75dd39f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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@pixnet.tw
COMMENT= Parsing and utilizing logfiles generated by MRTG Tool
PERL_CONFIGURE= yes
MAN3= MRTG::Parse.3
.include <bsd.port.mk>
|