21 lines
381 B
Makefile
21 lines
381 B
Makefile
# Created by: gslin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|