pkgsrc/devel/p5-Data-Hierarchy/Makefile
bad ac58b48de5 Update p5-Data-Hierarchy to 0.34.
Changes since 0.21:

[Changes for 0.32 - Nov 3, 2006]
* Workaround various performance issues.  The real fix will be in 0.40.
[Changes for 0.31 - Sep 7, 2006]
* Fix a test assuming hash key orders.
[Changes for 0.30 - Jul 25, 2006]
* Big rewrite, simplifying the API and documenting everything.
* Added to_relative (to help with SVK floating checkouts).
2007-01-10 21:54:42 +00:00

16 lines
447 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/01/10 21:54:42 bad Exp $
DISTNAME= Data-Hierarchy-0.34
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl module for handling data in a hierarchical structure
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Data/Hierarchy/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"