pkgsrc/graphics/p5-RRDTool-OO/Makefile
sno 3ce6296aa5 Updating graphics/p5-RRDTool-OO from 0.25 to 0.30
pkgsrc changes:
- Upstream Makefile.PL says, minimum required rrdtool version is 1.2.x,
  so adjust required version of databases/rrdtool

Upstream changes:
0.30  (02/21/2010)
    (ms) [RT 53961] Worked around rrdtool-1.3.5 inaccuracy problem by
         skipping certain tests for rrdtool <= 1.4.

0.29  (02/20/2010)
    (ms) Added github repository link to Makefile.PL
    (ms) Fixed documentation for fetch_next().
    (ms) [RT 54544] Tom Regner added support for updatev().

0.28 (11/05/2009)
    (ms) Applied patch by Lyle Brooks, adding optional step, start, and
         end parameters to "draw".

0.27 (10/11/2009)
    (ms) Slaven Rezic reported huge memory consumption by the test suite,
         turned out to be fetch_start() call spanning several years.
         Fixed by defining the end time as well as the start time.

0.26 (09/27/2009)
    (ms) [RT 32601] Using prompt() instead of manually asking for input
         in Makefile.PL (by Fabien Wernli)
    (ms) [RT 32046] Calling setlocale() to fix error message check in
         foreign locales (by Fabien Wernli)
    (ms) Implemented graphv method. This works just like graph() but uses
         rrdtool's graphv internally, giving access to additional
         information using print_results() method (by Fabien Wernli)
    (ms) Improved RRDs version testing (by Fabien Wernli).
2010-03-03 18:42:37 +00:00

21 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/03/03 18:42:37 sno Exp $
DISTNAME= RRDTool-OO-0.30
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>=1.2.0:../../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"