This module works just fine without p5-Clone. If you want to use

clone_merge, install p5-Clone. If you want to use dclone_merge,
install Storable. If you want to use the standard merge() sub,
this module alone is sufficient.

PORTREVISION bump for dependency change.
This commit is contained in:
Adam Weinberger 2015-12-12 18:46:05 +00:00
parent 74845e6c32
commit b728ebe2d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403626

View file

@ -3,7 +3,7 @@
PORTNAME= Hash-Merge-Simple
PORTVERSION= 0.051
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -11,8 +11,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Recursively merge two or more hashes, simply
RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS+= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most