diff options
author | az <az@FreeBSD.org> | 2013-08-03 02:21:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 02:21:05 +0800 |
commit | 4539b36e07dc5d3a00796c31225b2da419544ef0 (patch) | |
tree | 59a0148ef943ecb5bc12a830cc669c801d3c91f8 /chinese | |
parent | a7f25a26617517dba99672639956e265390f576a (diff) | |
download | freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.tar.gz freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.tar.zst freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.zip |
- Convert to new perl framework
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/oicq/Makefile | 3 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Keywords/Makefile | 3 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Numbers/Makefile | 3 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Summarize/Makefile | 3 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Wrap/Makefile | 3 | ||||
-rw-r--r-- | chinese/p5-Text-Greeking-zh_TW/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/chinese/oicq/Makefile b/chinese/oicq/Makefile index fbc81093cd83..0893c0528a5d 100644 --- a/chinese/oicq/Makefile +++ b/chinese/oicq/Makefile @@ -17,7 +17,8 @@ COMMENT= Implements OICQ messaging protocol BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-Crypt-OICQ>=0:${PORTSDIR}/security/p5-Crypt-OICQ -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::OICQ.3 diff --git a/chinese/p5-Lingua-ZH-Keywords/Makefile b/chinese/p5-Lingua-ZH-Keywords/Makefile index 9cf13740da4c..c79e337912cc 100644 --- a/chinese/p5-Lingua-ZH-Keywords/Makefile +++ b/chinese/p5-Lingua-ZH-Keywords/Makefile @@ -18,7 +18,8 @@ COMMENT= Chinese Keywords Extraction via Lingua::ZH::TaBE BUILD_DEPENDS= p5-Lingua-ZH-TaBE>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-TaBE RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::ZH::Keywords.3 diff --git a/chinese/p5-Lingua-ZH-Numbers/Makefile b/chinese/p5-Lingua-ZH-Numbers/Makefile index 8887cff4601a..54cf0905dcf7 100644 --- a/chinese/p5-Lingua-ZH-Numbers/Makefile +++ b/chinese/p5-Lingua-ZH-Numbers/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Converts numeric values into their Chinese string equivalents -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::ZH::Numbers.3 Lingua::ZH::Numbers::Currency.3 diff --git a/chinese/p5-Lingua-ZH-Summarize/Makefile b/chinese/p5-Lingua-ZH-Summarize/Makefile index 1802c36f2be4..983520329ab0 100644 --- a/chinese/p5-Lingua-ZH-Summarize/Makefile +++ b/chinese/p5-Lingua-ZH-Summarize/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Lingua-ZH-Toke>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-Toke \ p5-Lingua-ZH-Wrap>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-Wrap RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::ZH::Summarize.3 diff --git a/chinese/p5-Lingua-ZH-Wrap/Makefile b/chinese/p5-Lingua-ZH-Wrap/Makefile index e7fea8e75cd5..017664d81a1c 100644 --- a/chinese/p5-Lingua-ZH-Wrap/Makefile +++ b/chinese/p5-Lingua-ZH-Wrap/Makefile @@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A simple Chinese text Wrapper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::ZH::Wrap.3 diff --git a/chinese/p5-Text-Greeking-zh_TW/Makefile b/chinese/p5-Text-Greeking-zh_TW/Makefile index 6d6d109fb9d9..a8390150f50c 100644 --- a/chinese/p5-Text-Greeking-zh_TW/Makefile +++ b/chinese/p5-Text-Greeking-zh_TW/Makefile @@ -18,7 +18,8 @@ COMMENT= Generate meaningless Chinese text that creates the illusion of the docu RUN_DEPENDS= p5-common-sense>=2.02:${PORTSDIR}/devel/p5-common-sense BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Greeking::zh_TW.3 |