freebsd-ports/devel/p5-Hash-Flatten/Makefile
Andrej Zverev 0d1046c399 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).
2009-03-29 16:31:02 +00:00

25 lines
540 B
Makefile

# New ports collection makefile for: p5-Hash-Flatten
# Date created: 2009-03-29
# Whom: Andrej Zverev <az@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Hash-Flatten
PORTVERSION= 1.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= az@FreeBSD.org
COMMENT= Flatten, unflatten complex data hashes
BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \
p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Hash::Flatten.3
.include <bsd.port.mk>