15 lines
303 B
Makefile
15 lines
303 B
Makefile
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:44:56 sthen Exp $
|
|
|
|
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>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|