3643e1e630
Hash::MultiValue is an object (and a plain hash reference) that may contain multiple values per key, inspired by MultiDict of WebOb. From Abel Abraham Camarillo Ojeda on ports@
17 lines
380 B
Makefile
17 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/11 09:32:31 landry Exp $
|
|
|
|
COMMENT = store multiples values per key
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Hash-MultiValue-0.08
|
|
CATEGORIES = devel
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|