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 @@ -1,23 +1,27 @@ PORTNAME= JSON-Hyper PORTVERSION= 0.011 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Extract links from JSON objects WWW= https://metacpan.org/release/JSON-Hyper LICENSE= MIT BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-JSON>=2.0:converters/p5-JSON \ p5-JSON-Path>=0:devel/p5-JSON-Path \ p5-URI>=1.30:net/p5-URI \ p5-libwww>=0:www/p5-libwww USES= perl5 USE_PERL5= configure +# Remove old, broken, bundled Scalar::Util +post-extract: + ${RM} -rf ${WRKSRC}/inc/Scalar + .include