Date: Wed, 10 Oct 2018 19:10:25 +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: r481754 - head/devel/p5-MooseX-Aliases Message-ID: <201810101910.w9AJAPql015387@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Oct 10 19:10:25 2018 New Revision: 481754 URL: https://svnweb.freebsd.org/changeset/ports/481754 Log: Remove Perl core module Modified: head/devel/p5-MooseX-Aliases/Makefile Modified: head/devel/p5-MooseX-Aliases/Makefile ============================================================================== --- head/devel/p5-MooseX-Aliases/Makefile Wed Oct 10 19:10:17 2018 (r481753) +++ head/devel/p5-MooseX-Aliases/Makefile Wed Oct 10 19:10:25 2018 (r481754) @@ -16,15 +16,14 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -COMMON_DEPENDS= p5-Moose>=1.09:devel/p5-Moose -BUILD_DEPENDS= ${COMMON_DEPENDS} -RUN_DEPENDS= ${COMMON_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Moose>=1.09:devel/p5-Moose TEST_DEPENDS= p5-Test-Fatal>=0.003:devel/p5-Test-Fatal \ - p5-Test-Simple>=0.88:devel/p5-Test-Simple \ p5-Test-Requires>=0:devel/p5-Test-Requires USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810101910.w9AJAPql015387>