diff options
Diffstat (limited to 'devel/p5-Object-Authority/Makefile')
-rw-r--r-- | devel/p5-Object-Authority/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Object-Authority/Makefile b/devel/p5-Object-Authority/Makefile index ad4d04a2f1fc..2491340f02aa 100644 --- a/devel/p5-Object-Authority/Makefile +++ b/devel/p5-Object-Authority/Makefile @@ -16,4 +16,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure +# Remove old, broken, bundled Scalar::Util +post-extract: + ${RM} -rf ${WRKSRC}/inc/Scalar + .include <bsd.port.mk> |