pkgsrc/devel/p5-Hash-Flatten/Makefile
sno b6d48c737e Import devel/p5-Hash-Flatten version 1.16 as indirect dependency of
scheduled update of editors/p5-Padre-Plugin-Catalyst.

Converts back and forth between a nested hash structure and a flat hash of
delimited key-value pairs. Useful for protocols that only support key-value
pairs (such as CGI and DBMs).
2010-01-26 15:30:10 +00:00

23 lines
666 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/01/26 15:30:10 sno Exp $
#
DISTNAME= Hash-Flatten-1.16
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"