opnsense-ports/databases/rrdman/Makefile
2022-09-07 22:33:21 +02:00

18 lines
445 B
Makefile

PORTNAME= rrdman
PORTVERSION= 1.0.1
PORTREVISION= 5
CATEGORIES= databases
MASTER_SITES= SF/rrfw/${PORTNAME}/${PORTVERSION}
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Apply Holt-Winters prediction parameters to RRD data
WWW= http://rrfw.sourceforge.net/rrdman/
BUILD_DEPENDS= rrdtool:databases/rrdtool
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= YES
USES= perl5
PLIST_FILES= bin/rrd_hwreapply man/man1/rrd_hwreapply.1.gz
.include <bsd.port.mk>