aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-SimpleVariable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-SimpleVariable/Makefile')
-rw-r--r--math/p5-Math-SimpleVariable/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/p5-Math-SimpleVariable/Makefile b/math/p5-Math-SimpleVariable/Makefile
index 32ab00531caf..356eb6081f32 100644
--- a/math/p5-Math-SimpleVariable/Makefile
+++ b/math/p5-Math-SimpleVariable/Makefile
@@ -14,9 +14,6 @@ COMMENT= Simple representation of mathematical variables
USES= perl5
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=!;'