2007-06-11 07:13:47 +02:00
|
|
|
# New ports collection makefile for: rrdman
|
|
|
|
# Date created: 2007-06-07
|
|
|
|
# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rrdman
|
|
|
|
PORTVERSION= 1.0.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 4
|
2007-07-08 02:51:22 +02:00
|
|
|
CATEGORIES= databases
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/rrfw/${PORTNAME}/${PORTVERSION}
|
2007-06-11 07:13:47 +02:00
|
|
|
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
|
|
COMMENT= Apply Holt-Winters prediction parameters to RRD data
|
|
|
|
|
2007-07-05 08:19:49 +02:00
|
|
|
BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-06-11 07:13:47 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2007-07-20 22:11:01 +02:00
|
|
|
USE_PERL5= YES
|
2007-06-11 07:13:47 +02:00
|
|
|
PLIST_FILES= bin/rrd_hwreapply
|
|
|
|
MAN1= rrd_hwreapply.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|