1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/net-mgmt/p5-MRTG-Parse/Makefile
2021-04-18 13:42:42 +08:00

22 lines
370 B
Makefile

# 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>