1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Use CONFLICTS_INSTALL instead of CONFLICTS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-09-23 11:14:37 +00:00
parent d90dffe3d7
commit cca9a382a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480493

View File

@ -12,12 +12,14 @@ COMMENT= Designed to write a Makefile for an extension module
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
@${REINPLACE_CMD} -e '/^bundled\//d' ${WRKSRC}/MANIFEST