pkgsrc/databases/p5-RRD-Simple/Makefile
pettai 1583204231 RRD::Simple provides a simple interface to RRDTool's RRDs module.
This module does not currently offer fetch method that is
available in the RRDs module. It does however create RRD files
with a sensible set of default RRA (Round Robin Archive)
definitions, and can dynamically add new data source names to an
existing RRD file.

This module is ideal for quick and simple storage of data within
an RRD file if you do not need to, nor want to, bother defining
custom RRA definitions.
2010-05-15 05:52:32 +00:00

27 lines
924 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/05/15 05:52:32 pettai Exp $
DISTNAME= RRD-Simple-1.44
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 databases
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/N/NI/NICOLAW/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/RRD-Simple/
COMMENT= RRD::Simple implementation for Perl
LICENSE= apache-2.0
BUILD_DEPENDS+= p5-Test-Pod>=1.26:../../devel/p5-Test-Pod
BUILD_DEPENDS+= p5-Pod-Coverage>=0.18:../../textproc/p5-Pod-Coverage
BUILD_DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage
BUILD_DEPENDS+= p5-Test-Deep>=0.096:../../devel/p5-Test-Deep
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/RRD/Simple/.packlist
MAKE_PARAMS+= < /dev/null
.include "../../databases/rrdtool/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"