diff options
Diffstat (limited to 'devel/p5-JSON-Hyper/Makefile')
-rw-r--r-- | devel/p5-JSON-Hyper/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-JSON-Hyper/Makefile b/devel/p5-JSON-Hyper/Makefile index 545f1ec6cd99..6386deed19c8 100644 --- a/devel/p5-JSON-Hyper/Makefile +++ b/devel/p5-JSON-Hyper/Makefile @@ -20,4 +20,8 @@ RUN_DEPENDS= p5-JSON>=2.0:converters/p5-JSON \ USES= perl5 USE_PERL5= configure +# Remove old, broken, bundled Scalar::Util +post-extract: + ${RM} -rf ${WRKSRC}/inc/Scalar + .include <bsd.port.mk> |