Date: Thu, 10 Jun 2021 14:47:45 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b0f991f7445d - main - devel/p5-Clone-Choose: Cosmetic change Message-ID: <202106101447.15AElja0048143@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0f991f7445de09acdb08386d6fbe8250ca9315b commit b0f991f7445de09acdb08386d6fbe8250ca9315b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-10 14:26:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-10 14:46:04 +0000 devel/p5-Clone-Choose: Cosmetic change --- devel/p5-Clone-Choose/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/p5-Clone-Choose/Makefile b/devel/p5-Clone-Choose/Makefile index 687e548d358d..5180c3fe7a5d 100644 --- a/devel/p5-Clone-Choose/Makefile +++ b/devel/p5-Clone-Choose/Makefile @@ -14,16 +14,17 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Without-Module>=0:devel/p5-Test-Without-Module +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + OPTIONS_DEFINE= CLONE CLONE_PP STORABLE OPTIONS_DEFAULT=CLONE CLONE_DESC= Use Clone CLONE_PP_DESC= Use Clone::PP STORABLE_DESC= Use Storable -NO_ARCH= yes -USE_PERL5= configure -USES= perl5 - CLONE_BUILD_DEPENDS= p5-Clone>=0.10:devel/p5-Clone CLONE_RUN_DEPENDS= p5-Clone>=0.10:devel/p5-Clone CLONE_PP_BUILD_DEPENDS= p5-Clone-PP>=0:devel/p5-Clone-PP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101447.15AElja0048143>