pkgsrc/graphics/p5-RRDTool-OO/Makefile
sno e4646171ef Updating package fot p5 module RRDTool::OO from 0.22nb1 to 0.25
Setting license to ${PERl5_LICENSE}

Upstream changes:
0.25 (04/25/2009)
    (ms) Applied patch by Christian Dengler, adding the 'hrule' graph
         parameter and increasing the sleep time in 002Pod.t to two
         secs to prevent system clock inacurracies from causing
         test failures.

0.24 (04/02/2009)
    (ms) Added support for capturing PRINT output as suggested by
         Peter Mistich. print_output() now returns a ref to an array
         with the output of the last graph() command's PRINT output.

0.23 (02/05/2009)
    (ms) update() now accepts DateTime objects as well (suggested by
         Jay Buffington)
    (ms) [rt.cpan.org #43011] Fixed rounding error on 64-bit systems
         reported by Todd E. Rinaldo
2009-07-08 12:43:43 +00:00

21 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/07/08 12:43:43 sno Exp $
DISTNAME= RRDTool-OO-0.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHILLI/}
MAINTAINER= abs@absd.org
HOMEPAGE= http://search.cpan.org/~mschilli/RRDTool-OO/
COMMENT= Object-oriented interface to RRDTool
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= rrdtool-[0-9]*:../../databases/rrdtool
DEPENDS+= p5-Log-Log4perl>=0.4:../../devel/p5-Log-Log4perl
PERL5_PACKLIST= auto/RRDTool/OO/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"