svn commit: r480493 - head/devel/p5-ExtUtils-MakeMaker
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 23 11:14:38 UTC 2018
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
More information about the svn-ports-all
mailing list