freebsd-ports/databases/p5-RRD-Simple/Makefile
2012-06-03 18:57:30 +00:00

25 lines
563 B
Makefile

# New ports collection makefile for: RRD-Simple
# Date created: 2006/07/21
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= RRD-Simple
PORTVERSION= 1.44
PORTREVISION= 5
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Proc/NICOLAW
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple interface to create and store data in RRD files
BUILD_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= RRD::Simple.3 RRD::Simple::Examples.3
.include <bsd.port.mk>