diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /chinese | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) | |
download | ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/oicq/Makefile | 10 | ||||
-rw-r--r-- | chinese/p5-Encode-HanExtra/Makefile | 10 | ||||
-rw-r--r-- | chinese/p5-Lingua-Han-Utils/Makefile | 13 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-BPMFConvert/Makefile | 8 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Segment/Makefile | 10 |
5 files changed, 8 insertions, 43 deletions
diff --git a/chinese/oicq/Makefile b/chinese/oicq/Makefile index 4760af07a156..3df31241f0ba 100644 --- a/chinese/oicq/Makefile +++ b/chinese/oicq/Makefile @@ -20,18 +20,12 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-D ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${SITE_PERL}/Crypt/OICQ.pm:${PORTSDIR}/security/p5-Crypt-OICQ -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN3= Net::OICQ.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 # inherits from security/p5-Crypt-OICQ -IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again -.endif - post-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/qq ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/demo1 ${PREFIX}/bin/qq-demo1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/chinese/p5-Encode-HanExtra/Makefile b/chinese/p5-Encode-HanExtra/Makefile index aa17430fa18e..980564f5a1e8 100644 --- a/chinese/p5-Encode-HanExtra/Makefile +++ b/chinese/p5-Encode-HanExtra/Makefile @@ -15,12 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= Extra sets of Chinese encodings -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.7.3+ -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500703 -IGNORE= requires Perl 5.7.3 or above -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/chinese/p5-Lingua-Han-Utils/Makefile b/chinese/p5-Lingua-Han-Utils/Makefile index c3f143201719..b06df25055d2 100644 --- a/chinese/p5-Lingua-Han-Utils/Makefile +++ b/chinese/p5-Lingua-Han-Utils/Makefile @@ -19,15 +19,4 @@ PERL_CONFIGURE= yes MAN3= Lingua::Han::Utils.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again -.endif - -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode/Guess.pm:${PORTSDIR}/converters/p5-Encode -BUILD_DEPENDS= ${RUN_DEPENDS} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/chinese/p5-Lingua-ZH-BPMFConvert/Makefile b/chinese/p5-Lingua-ZH-BPMFConvert/Makefile index 86bfc9639e52..3525ec7e59b8 100644 --- a/chinese/p5-Lingua-ZH-BPMFConvert/Makefile +++ b/chinese/p5-Lingua-ZH-BPMFConvert/Makefile @@ -19,10 +19,4 @@ PERL_CONFIGURE= yes MAN3= Lingua::ZH::BPMFConvert.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/chinese/p5-Lingua-ZH-Segment/Makefile b/chinese/p5-Lingua-ZH-Segment/Makefile index d169ecdfcce7..ddb07602fc93 100644 --- a/chinese/p5-Lingua-ZH-Segment/Makefile +++ b/chinese/p5-Lingua-ZH-Segment/Makefile @@ -15,14 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Chinese Text Segmentation -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.1+ MAN3= Lingua::ZH::Segment.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500801 -IGNORE= requires Perl 5.8.1 or newer. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |