d9d3ed357e
Thu Sep 23 09:52:13 2010 - 1.19 * Fix handling of 0 and '' key values (thanks to Fabrice Dulaunoy) * Update docs to reflect behaviour: EscapeSequence=undef doesn't work, you need to use the DisableEscapes Option (thanks to Fischer Ronald)
23 lines
662 B
Makefile
23 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/08/17 09:42:44 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Hash-Flatten-1.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Hash/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Hash-Flatten/
|
|
COMMENT= Perl 5 module to flatten/unflatten complex data hashes
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DEPENDS+= p5-Log-Trace-[0-9]*:../../devel/p5-Log-Trace
|
|
BUILD_DEPENDS+= p5-Test-Assertions-[0-9]*:../../devel/p5-Test-Assertions
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Hash/Flatten/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|