diff options
Diffstat (limited to 'math/p5-Math-SimpleVariable/Makefile')
-rw-r--r-- | math/p5-Math-SimpleVariable/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/p5-Math-SimpleVariable/Makefile b/math/p5-Math-SimpleVariable/Makefile index f803ae6ffd39..32ab00531caf 100644 --- a/math/p5-Math-SimpleVariable/Makefile +++ b/math/p5-Math-SimpleVariable/Makefile @@ -16,6 +16,7 @@ USE_PERL5= configure patch MAN3= Math::SimpleVariable.3 +NO_STAGE= yes pre-patch: @${FIND} ${WRKSRC} -name "*.pm" | ${XARGS} ${PERL} -pi -e \ '$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$)(VERSION)\s+=!$$1$${package}::$$2=!;' |