Date: Sun, 27 Aug 2017 00:36:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448793 - head/devel/p5-Date-Calc Message-ID: <201708270036.v7R0adin050647@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 27 00:36:38 2017 New Revision: 448793 URL: https://svnweb.freebsd.org/changeset/ports/448793 Log: Add NO_ARCH Modified: head/devel/p5-Date-Calc/Makefile Modified: head/devel/p5-Date-Calc/Makefile ============================================================================== --- head/devel/p5-Date-Calc/Makefile Sun Aug 27 00:36:33 2017 (r448792) +++ head/devel/p5-Date-Calc/Makefile Sun Aug 27 00:36:38 2017 (r448793) @@ -13,10 +13,11 @@ COMMENT= Gregorian calendar date calculations LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Bit-Vector>=7.4:math/p5-Bit-Vector \ +BUILD_DEPENDS= p5-Bit-Vector>=7.4:math/p5-Bit-Vector \ p5-Carp-Clan>=6.04:devel/p5-Carp-Clan -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708270036.v7R0adin050647>