Bump databases/postgis25 to version 2.5.4_1
[dports.git] / databases / rrdman / Makefile
1 # Created by: Janos Mohacsi <janos.mohacsi@bsd.hu>
2 # $FreeBSD$
3
4 PORTNAME=       rrdman
5 PORTVERSION=    1.0.1
6 PORTREVISION=   5
7 CATEGORIES=     databases
8 MASTER_SITES=   SF/rrfw/${PORTNAME}/${PORTVERSION}
9
10 MAINTAINER=     jmohacsi@bsd.hu
11 COMMENT=        Apply Holt-Winters prediction parameters to RRD data
12
13 BUILD_DEPENDS=  rrdtool:databases/rrdtool
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15
16 GNU_CONFIGURE=  YES
17 USES=           perl5
18 PLIST_FILES=    bin/rrd_hwreapply man/man1/rrd_hwreapply.1.gz
19
20 .include <bsd.port.mk>