Date: Sun, 23 Sep 2018 11:14:37 +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: r480493 - head/devel/p5-ExtUtils-MakeMaker Message-ID: <201809231114.w8NBEbU8087631@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Sep 23 11:14:37 2018 New Revision: 480493 URL: https://svnweb.freebsd.org/changeset/ports/480493 Log: Use CONFLICTS_INSTALL instead of CONFLICTS Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/Makefile Sun Sep 23 11:14:32 2018 (r480492) +++ head/devel/p5-ExtUtils-MakeMaker/Makefile Sun Sep 23 11:14:37 2018 (r480493) @@ -12,11 +12,13 @@ COMMENT= Designed to write a Makefile for an extension LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -CONFLICTS= p5-ExtUtils-Command-[0-9]* -NO_ARCH= yes +CONFLICTS_INSTALL= p5-ExtUtils-Command + USES= perl5 USE_PERL5= configure + +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e '/EXE_FILES/d; /my::bundles/d' ${WRKSRC}/Makefile.PL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809231114.w8NBEbU8087631>