diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-01-12 20:00:41 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-01-12 20:00:41 +0800 |
commit | 3427ad335d965014c005e7a495508e9522cdda3f (patch) | |
tree | 4e9de523b2ebe2932bfcc0c5b41d22517a52ac59 | |
parent | 4567194e352e9b8fe2f67d513c0244c47c5e9fe0 (diff) | |
download | freebsd-ports-gnome-3427ad335d965014c005e7a495508e9522cdda3f.tar.gz freebsd-ports-gnome-3427ad335d965014c005e7a495508e9522cdda3f.tar.zst freebsd-ports-gnome-3427ad335d965014c005e7a495508e9522cdda3f.zip |
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> |