312ba390a3
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).
23 lines
411 B
Makefile
23 lines
411 B
Makefile
# $OpenBSD $
|
|
|
|
COMMENT = flatten/unflatten complex data hashes
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Hash-Flatten-1.16
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Cesare Gargano <gar@plusiagamma.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
REGRESS_DEPENDS = devel/p5-Test-Assertions \
|
|
devel/p5-Log-Trace
|
|
|
|
CPAN_AUTHOR = BBC
|
|
|
|
.include <bsd.port.mk>
|