20 lines
371 B
Makefile
20 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.16 2020/07/03 21:44:55 sthen Exp $
|
|
|
|
COMMENT = merges arbitrarily deep hashes into a single hash
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Hash-Merge-0.300
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Clone>=0 \
|
|
devel/p5-Clone-Choose
|
|
|
|
.include <bsd.port.mk>
|