pkgsrc-wip/p5-Algorithm-C3/Makefile
Johann Franz 00154f6452 Update to 0.06.
Changes since 0.03:
0.06 Fri. Nov. 17, 2006
    - Added tests from konobi
    - Added some other new tests too
    - Fixed infinite loop on recursive heirarchies

0.05 Fri. Aug. 25, 2006
    - Add the ability for the caller to supply a persistent
      merge cache hashref

0.04 Wed. Aug. 09, 2006
    - Remove accidental "use Class::C3" from t/006_complex_merge.t
     (no functional changes from 0.03)
2007-03-03 08:42:09 +00:00

21 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/03/03 08:42:09 netcap Exp $
DISTNAME= Algorithm-C3-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Algorithm-C3/
COMMENT= Module for merging hierarchies using the C3 algorithm
BUILD_DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
PERL5_MODULE_TYPE= Module::Build
PERL5_REQD+= 5.8.0
PERL5_PACKLIST= auto/Algorithm/C3/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"