aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Currency
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-01-12 12:00:41 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-01-12 12:00:41 +0000
commit8850b555b82be1654c052a3e25ccc101a96aab5f (patch)
treee3ad755569c2639fc1aa657753edccf165cb5d3a /math/p5-Math-Currency
parent37e082ecf9da19fe842793c7b338c6a89b0ed07e (diff)
downloadports-8850b555b82be1654c052a3e25ccc101a96aab5f.tar.gz
ports-8850b555b82be1654c052a3e25ccc101a96aab5f.zip
Move PERL_CONFIGURE before bsd.port.pre.mk.
Notes
Notes: svn path=/head/; revision=97987
Diffstat (limited to 'math/p5-Math-Currency')
-rw-r--r--math/p5-Math-Currency/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Currency/Makefile b/math/p5-Math-Currency/Makefile
index f2f0cbf774e1..522a521de7bd 100644
--- a/math/p5-Math-Currency/Makefile
+++ b/math/p5-Math-Currency/Makefile
@@ -18,14 +18,14 @@ COMMENT= Perl module for exact currency math with formatting and rounding
BUILD_DEPENDS= ${SITE_PERL}/Math/FixedPrecision.pm:${PORTSDIR}/math/p5-Math-FixedPrecision
RUN_DEPENDS= ${BUILD_DEPENDS}
+PERL_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "Needs Perl 5.6.0 for Math::BigFloat"
.endif
-PERL_CONFIGURE= yes
-
MAN3= Math::Currency.3
.include <bsd.port.post.mk>