14 lines
257 B
Makefile
14 lines
257 B
Makefile
COMMENT = store multiples values per key
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Hash-MultiValue-0.16
|
|
CATEGORIES = devel
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|