freebsd-ports/databases/rrdman/Makefile
Gabor Kovesdan 442636259c - Fix typo: s/USE_PERl5/USE_PERL5/
PR:		ports/114326
Submitted by:	gabor
Approved by:	maintainer timeout
2007-07-20 20:11:01 +00:00

25 lines
553 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
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>