mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23 lines
488 B
Makefile
23 lines
488 B
Makefile
# Created by: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rrdman
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF/rrfw/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= jmohacsi@bsd.hu
|
|
COMMENT= Apply Holt-Winters prediction parameters to RRD data
|
|
|
|
BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
GNU_CONFIGURE= YES
|
|
USES= perl5
|
|
PLIST_FILES= bin/rrd_hwreapply
|
|
MAN1= rrd_hwreapply.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|