freebsd-ports/net-mgmt/p5-MRTG-Parse/Makefile
Andrej Zverev 53cf8c3d6d - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-03 16:18:49 +00:00

23 lines
432 B
Makefile

# New ports collection makefile for: p5-MRTG-Parse
# Date created: 2008-07-23
# Whom: gslin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= MRTG-Parse
PORTVERSION= 0.03
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= MRTG
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Parsing and utilizing logfiles generated by MRTG Tool
USES= perl5
USE_PERL5= configure
MAN3= MRTG::Parse.3
.include <bsd.port.mk>