diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-01-12 12:00:41 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-01-12 12:00:41 +0000 |
| commit | 8850b555b82be1654c052a3e25ccc101a96aab5f (patch) | |
| tree | e3ad755569c2639fc1aa657753edccf165cb5d3a | |
| parent | Silence two portlint warnings. (diff) | |
Move PERL_CONFIGURE before bsd.port.pre.mk.
| -rw-r--r-- | converters/p5-Convert-Morse/Makefile | 4 | ||||
| -rw-r--r-- | devel/p5-Devel-Peek/Makefile | 4 | ||||
| -rw-r--r-- | math/p5-Math-Currency/Makefile | 4 | ||||
| -rw-r--r-- | math/p5-Math-FixedPrecision/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile index 25d043b58796..1fb5dcc276c7 100644 --- a/converters/p5-Convert-Morse/Makefile +++ b/converters/p5-Convert-Morse/Makefile @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to convert between ASCII and Morse codes +PERL_CONFIGURE= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500007 #BROKEN= "Requires perl 5.6.0" .endif -PERL_CONFIGURE= yes - MAN3= Convert::Morse.3 .include <bsd.port.post.mk> diff --git a/devel/p5-Devel-Peek/Makefile b/devel/p5-Devel-Peek/Makefile index 74d49da357d5..1f25da49376d 100644 --- a/devel/p5-Devel-Peek/Makefile +++ b/devel/p5-Devel-Peek/Makefile @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl5 data debugging tool for the XS programmer +PERL_CONFIGURE= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 BROKEN= "Does not compile" .endif -PERL_CONFIGURE= yes - MAN3= Devel::Peek.3 .include <bsd.port.post.mk> 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> diff --git a/math/p5-Math-FixedPrecision/Makefile b/math/p5-Math-FixedPrecision/Makefile index aa197e54147c..71bb6bf7cb44 100644 --- a/math/p5-Math-FixedPrecision/Makefile +++ b/math/p5-Math-FixedPrecision/Makefile @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module that provides decimal math without floating point errors +PERL_CONFIGURE= yes + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 BROKEN= "Needs Perl 5.6.0 for Math::BigFloat" .endif -PERL_CONFIGURE= yes - MAN3= Math::FixedPrecision.3 .include <bsd.port.post.mk> |
