14 lines
295 B
Makefile
14 lines
295 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 10:50:17 espie 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
|
|
|
|
.include <bsd.port.mk>
|