diff options
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 dafc30e..ddd20b2 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 17658e9..19e678a 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 d8c4464..fff638b 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 9f88a50..aa2b0dd 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 fcf0253..b74d881 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 |