aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-MRTG-Parse/Makefile
blob: 9e371759fc8e3a8acc9e1f472c955cd9e1c51390 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: gslin <gslin@gslin.org>

PORTNAME=	MRTG-Parse
PORTVERSION=	0.03
PORTREVISION=	1
CATEGORIES=	net-mgmt perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Parsing and utilizing logfiles generated by MRTG Tool

LICENSE=	LGPL21 LGPL3
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>