diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 07:29:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 07:29:05 +0000 |
commit | dd0efaef40a2416d854a56bcffa216d809ca19fb (patch) | |
tree | 0265fe44e2e8b525ce586385590e09f52eff9e23 /chinese | |
parent | 7a85b5ce5ea79ead7c2e284b1fe32b6d53e73ad2 (diff) | |
download | ports-dd0efaef40a2416d854a56bcffa216d809ca19fb.tar.gz ports-dd0efaef40a2416d854a56bcffa216d809ca19fb.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/p5-Encode-CNMap/Makefile | 3 | ||||
-rw-r--r-- | chinese/p5-Encode-HanConvert/Makefile | 3 | ||||
-rw-r--r-- | chinese/p5-Encode-HanExtra/Makefile | 3 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-HanDetect/Makefile | 3 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-WordSegmenter/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/chinese/p5-Encode-CNMap/Makefile b/chinese/p5-Encode-CNMap/Makefile index dafc30e46887..ddd20b2f2940 100644 --- a/chinese/p5-Encode-CNMap/Makefile +++ b/chinese/p5-Encode-CNMap/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Enhanced Chinese encodings with Simplified-Traditional auto-mapping -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cnmap.1 cnmapdir.1 cnmapwx.1 diff --git a/chinese/p5-Encode-HanConvert/Makefile b/chinese/p5-Encode-HanConvert/Makefile index 17658e9ae13a..19e678ac7b70 100644 --- a/chinese/p5-Encode-HanConvert/Makefile +++ b/chinese/p5-Encode-HanConvert/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= Traditional and Simplified Chinese mappings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= b2g.pl.1 g2b.pl.1 diff --git a/chinese/p5-Encode-HanExtra/Makefile b/chinese/p5-Encode-HanExtra/Makefile index d8c4464faf81..fff638bd3f57 100644 --- a/chinese/p5-Encode-HanExtra/Makefile +++ b/chinese/p5-Encode-HanExtra/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= Extra sets of Chinese encodings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Encode::HanExtra.3 Encode::TW::Unisys::SOSI1.3 Encode::TW::Unisys::SOSI2.3 diff --git a/chinese/p5-Lingua-ZH-HanDetect/Makefile b/chinese/p5-Lingua-ZH-HanDetect/Makefile index 9f88a50d9913..aa2b0dde0ec9 100644 --- a/chinese/p5-Lingua-ZH-HanDetect/Makefile +++ b/chinese/p5-Lingua-ZH-HanDetect/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Guess Chinese text\'s variant and encoding -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::ZH::HanDetect.3 diff --git a/chinese/p5-Lingua-ZH-WordSegmenter/Makefile b/chinese/p5-Lingua-ZH-WordSegmenter/Makefile index fcf02530ec66..b74d8814c438 100644 --- a/chinese/p5-Lingua-ZH-WordSegmenter/Makefile +++ b/chinese/p5-Lingua-ZH-WordSegmenter/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Simplified Chinese Word Segmentation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::ZH::WordSegmenter.3 |