diff options
author | az <az@FreeBSD.org> | 2013-09-05 15:29:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-05 15:29:05 +0800 |
commit | a09da98df1b3a5bed3c993e9e75014c03e1790e0 (patch) | |
tree | 0265fe44e2e8b525ce586385590e09f52eff9e23 /chinese | |
parent | 6741a733d57a46465e151cd9258765bb5885a9a3 (diff) | |
download | freebsd-ports-gnome-a09da98df1b3a5bed3c993e9e75014c03e1790e0.tar.gz freebsd-ports-gnome-a09da98df1b3a5bed3c993e9e75014c03e1790e0.tar.zst freebsd-ports-gnome-a09da98df1b3a5bed3c993e9e75014c03e1790e0.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
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 |