1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/databases/rrdman/Makefile
Rong-En Fan c1dece6a00 - Chase rrdtool 1.3.0 update, bump PORTREVISION
PR:		ports/124749
Submitted by:	Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
2008-06-24 12:34:56 +00:00

27 lines
569 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rrfw
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Apply Holt-Winters prediction parameters to RRD data
BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= YES
USE_PERL5= YES
PLIST_FILES= bin/rrd_hwreapply
MAN1= rrd_hwreapply.1
.include <bsd.port.mk>